Gymnasiast/Cyndaron/master/.htaccess - Htaccess File

Gymnasiast/Cyndaron/master/.htaccess

ErrorDocument 403 403.php
ErrorDocument 404 404.php
RewriteEngine On
RewriteRule ^$ index.php?pagina=/ [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?pagina=$1 [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache