pamparam83/books/master/.htaccess - Htaccess File

pamparam83/books/master/.htaccess

AddDefaultCharset UTF-8

Options -Indexes

RewriteEngine On

RewriteCond %{REQUEST_URI} ^/(admin)
RewriteRule ^admin(/?.*)$ public_html/admin/$1 [L]

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache