connerbw/Trotch/master/public/sample-.htaccess - Htaccess File

connerbw/Trotch/master/public/sample-.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [L,QSA]

# Modify the RewriteBase if you are using Trotch in a subdirectory or in a
# VirtualDocumentRoot and the rewrite rules are not working properly.
# For example if your site is at http://domain.com/~my/trotch uncomment and
# modify the following line:
#
# RewriteBase /~my/trotch

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache