domdeger/pepperoni-pizza/master/src/.htaccess - Htaccess File

domdeger/pepperoni-pizza/master/src/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteBase /pepperoni-pizza
RewriteRule ^([A-Za-z]*)/([A-Za-z]*)$ index.php?c=$1&a=$2 [L]
RewriteRule ^$ index.php?c=shoutbox&a=view [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache