rjt5008/eng_cod/master/.htaccess - Htaccess File

rjt5008/eng_cod/master/.htaccess

# Rewrite URLs of the form 'x' to the form 'index.php?q=x'.
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_URI} !=/favicon.ico
# added for webaccess/cosign to work on this server
  RewriteCond %{REQUEST_URI} !^/cosign/
  RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache