↧
PHP’s MIME Type
application/x-httpd-php if you want to offer your visitor to download php file, send this header: Content-Disposition: attachment; Content-Type:application/x-httpd-php
View ArticleCode Igniter – 404 Not Found on Apache
this error mostly due to wrong apache rewrite rule, i suggest you read this
View ArticleApache – Could not reliably determine the server’s fully qualified domain...
Edit /etc/apache2/httpd.conf Add: ServerName yourdomain.com
View ArticleDebug Rewrite Rule In Apache
Sometimes we need to test rewrite rule and log to see what happen, just put this on .htaccess file RewriteLog /tmp/rewritelogRewriteLogLevel 9 RewriteLog directive set the path to the log file. you can...
View Article