prabhakar267/evolve-website/master/.htaccess - Htaccess File

prabhakar267/evolve-website/master/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.php [NC,L]

ErrorDocument 404 http://www.evolve-nsit.com

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache