jfroehlich/coreSite/master/site/.htaccess - Htaccess File

jfroehlich/coreSite/master/site/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_URI} !(media|admin)/
RewriteRule .* index.php

# media folder
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^media/(.*)$ media/$1

# every request to admin goes to admin/admin.php
#RewriteRule ^admin/(.*)$ applications/admin/admin.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache