ronak2ram/guy/master/.htaccess - Htaccess File

ronak2ram/guy/master/.htaccess

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond $1 !^(index.php|assets|install|update) 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# For godady Shared Hosting Server uncomment the line below
 RewriteRule ^(.*)$ index.php?/$1 [L]

# Please comment this if you have uncommented the above
#RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache