Htaccess File

infiniteshroom/BugTracker/master/.htaccess

REQUEST_FILENAME
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>
Exit mobile version