Welcome Guest, Not a member yet? Register   Sign In
help with mod rewrite and CI
#2

[eluser]Waiel[/eluser]
Found the sloution and it worked fine ..

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|public|tmp|images|css|javascript|upload|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1


RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{HTTP_HOST} !^(www\.)?my-site\.com$ [NC]
RewriteCond %{HTTP_HOST} ^(www\.)?([^\.]+)\.my-site\.com$ [NC]
RewriteRule ^(.*)$ /index.php/groups/%2 [QSA,L]

hope it will help someone someday Smile


Messages In This Thread
help with mod rewrite and CI - by El Forum - 07-05-2007, 08:12 AM
help with mod rewrite and CI - by El Forum - 07-05-2007, 04:28 PM
help with mod rewrite and CI - by El Forum - 08-31-2007, 06:03 AM
help with mod rewrite and CI - by El Forum - 08-31-2007, 08:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB