hopkinsju/MobileCat/master/.htaccess - Htaccess File

hopkinsju/MobileCat/master/.htaccess

# This allows us to reference .php files without having .php in the URL
RewriteEngine on
RewriteRule ^$ index.php [L]
RewriteRule ^([^/.]*)$ $1.php [L]

#php_flag display_startup_errors on
#php_flag display_errors on
#php_flag html_errors on

On Github License

Files

Download PDF of Htaccess file

Comments

Apache