yeken/igniteradmin/master/application/config/_live/.htaccess - Htaccess File

yeken/igniteradmin/master/application/config/_live/.htaccess

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /
RewriteCond %{HTTP_ACCEPT} application/xhtml+xml
RewriteCond %{HTTP_ACCEPT} !application/xhtml+xmls*;s*q=0
RewriteCond %{REQUEST_URI} .html$
RewriteCond %{THE_REQUEST} HTTP/1.1
RewriteRule .* - [T=application/xhtml+xml]
RewriteCond $1 !^(index.php|es.php|phpminiadmin.php|images|robots.txt|assets_fe|assets_be|assets_common|uploads|captcha|mantis)
RewriteRule ^(.*)$ /sitio_nuevo/index.php/$1 [L]

</IfModule>

<IfModule !mod_rewrite.c>

    # If we don't have mod_rewrite installed, all 404's

    # can be sent to index.php, and everything works as normal.

    # Submitted by: ElliotHaughin

    ErrorDocument 404 /index.php

</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_ACCEPT, REQUEST_URI, THE_REQUEST

Comments

Apache