subdee/tsw-signups/master/.htaccess - Htaccess File

subdee/tsw-signups/master/.htaccess

php_flag display_errors on

Options +FollowSymLinks

RewriteEngine on
RewriteBase /tsw-signups/

# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.(asp|css|dll|gif|ico|jpg|jpeg|js|png|swf|xml)$

# otherwise forward it to index.php
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache