07-14-2009, 05:27 AM
[eluser]Unknown[/eluser]
Hi,
I really struggled with this problem too. This is how I got round it:
Hi,
I really struggled with this problem too. This is how I got round it:
Code:
RewriteEngine on
RewriteBase /
RewriteCond $1 ^(cgi\-bin)
RewriteRule ^(.*)$ cgi-bin/$1 [L]
RewriteCond $1 !^(index\.php|images|css|robots\.txt|favicon\.ico|js|uploads|flash|cgi\-bin)
RewriteRule ^(.*)$ index\.php/$1 [L]