EaterOfCode/Rum/master/.htaccess - Htaccess File

EaterOfCode/Rum/master/.htaccess

RewriteEngine On
RewriteBase /rum/
RewriteRule ^index.php$ - [L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache