XenGenie/i-wish-old/master/.htaccess - Htaccess File

XenGenie/i-wish-old/master/.htaccess

<IfModule mod_rewrite.c>
Options +FollowSymLinks

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond $1 !^index.php/([^.*]+)

RewriteCond $1 !^(index.php)

# Keep the graphics and style sheet the way they are
RewriteCond $1 !^htdocs(.*).css$
RewriteCond $1 !^htdocs(.*).js$
RewriteCond $1 !^htdocs(.*).gif$ 
RewriteCond $1 !^htdocs(.*).jpg$
RewriteCond $1 !^htdocs(.*).png$ 
RewriteRule ^(.*)$ index.php?/$1 [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache