Vild/YouBook/master/.htaccess - Htaccess File

Vild/YouBook/master/.htaccess

Options All -Indexes
DirectoryIndex index.php

RewriteEngine on
RewriteCond %{REQUEST_URI} !(.[^./]+)$
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*)$ /?p=$1&$2 [QSA]

ErrorDocument 403 /403
ErrorDocument 404 /404

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache