KKoPV/PVLng/master/.htaccess - Htaccess File

KKoPV/PVLng/master/.htaccess

RewriteEngine On

RewriteRule ^$ public/ [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^index$ / [R,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*) public/$1 [L]

Options -MultiViews

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache