infiniteshroom/BugTracker/master/.htaccess - Htaccess File

infiniteshroom/BugTracker/master/.htaccess

RewriteEngine on

# only rewrite if the requested file doesn't exist
RewriteCond %{REQUEST_FILENAME} !-s

# pass the rest of the request into index.php to handle     
RewriteRule ^(.*)$ /index.php/$1 [L]

<Files .DS_Store>
    Order allow,deny
    Deny from all
    Satisfy All
</Files>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache