Welcome Guest, Not a member yet? Register   Sign In
htaccess
#3

[eluser]Zeeshan Rasool[/eluser]
Hi, Bro gud aftrnoon. check this code , save it with .htaccess. remove index.php from config.php

Options +FollowSymLinks
Options -Indexes
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|images|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]

hope you will find it


Messages In This Thread
htaccess - by El Forum - 06-24-2008, 01:18 AM
htaccess - by El Forum - 06-24-2008, 02:38 AM
htaccess - by El Forum - 06-24-2008, 02:39 AM
htaccess - by El Forum - 06-24-2008, 03:37 AM
htaccess - by El Forum - 06-24-2008, 03:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB