BuenGenio/maxgreenled.com/master/.htaccess - Htaccess File

BuenGenio/maxgreenled.com/master/.htaccess

#RewriteEngine On
#ewriteCond %{REQUEST_URI} !^/(index|url).php
#RewriteRule (.*) http://maxgreenled.com/index.php/$1 [L]
#php_flag error_reporting "E_ALL"
#php_flag display_errors "On"
RewriteEngine On
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache