Welcome Guest, Not a member yet? Register   Sign In
Forum Software and CI Htaccess
#7

[eluser]Adam Griffiths[/eluser]
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|forum|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

This will map everything to the index.php file, except for the folder forum, and robots.txt.


Messages In This Thread
Forum Software and CI Htaccess - by El Forum - 08-24-2008, 01:00 AM
Forum Software and CI Htaccess - by El Forum - 08-24-2008, 03:54 AM
Forum Software and CI Htaccess - by El Forum - 08-24-2008, 02:03 PM
Forum Software and CI Htaccess - by El Forum - 08-24-2008, 04:53 PM
Forum Software and CI Htaccess - by El Forum - 08-24-2008, 11:50 PM
Forum Software and CI Htaccess - by El Forum - 08-25-2008, 07:11 AM
Forum Software and CI Htaccess - by El Forum - 08-25-2008, 09:15 AM
Forum Software and CI Htaccess - by El Forum - 08-26-2008, 12:23 PM
Forum Software and CI Htaccess - by El Forum - 08-27-2008, 10:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB