fzed51/Culitheque/master/.htaccess - Htaccess File

fzed51/Culitheque/master/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_URI} !^/public
RewriteCond %{DOCUMENT_ROOT}/public%{REQUEST_URI} -d
RewriteRule ^(.*?)/?$ /public/$1/ [L]

RewriteCond %{REQUEST_URI} !^/public
RewriteRule ^(.*)$ /public/$1 [L]

On Github License

Files

Download PDF of Htaccess file
DOCUMENT_ROOT, REQUEST_URI

Comments

Apache