kike1996/blog2/master/system/.htaccess - Htaccess File

kike1996/blog2/master/system/.htaccess

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache