Bonus3/XadrezAoMaximo/master/.htaccess - Htaccess File

Bonus3/XadrezAoMaximo/master/.htaccess

RewriteEngine On
RewriteRule %{REQUEST_FILENAME} !-f
RewriteRule %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z0-9-]+)?/?([a-z0-9-]+)?/?([a-z0-9-]+)?/?$ index.php?c=$1&a=$2&p=$3 [QSA,NC,L]
ErrorDocument 404 /index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache