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

[eluser]simon zhao[/eluser]
Hi All,

I got a very tricky issue with my htaccess file.

Following is my htaccess file.
RewriteEngine On
RewriteBase /
RewriteCond $1 !^(index\.php|images|css|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
When I click on http://mydomain.com/order, it just show home page.the redirection doesnot happen.

But if I change into
RewriteEngine On
RewriteBase /
RewriteCond $1 !^(index\.php|images|css|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [R=301,L]
It'll redirect to http://mydomain.com/index.php/order, which is the page I want. But I really don't want index.php in URL.

I use justhost server. Can anyone please help me with this issue?


Messages In This Thread
htaccess issue - by El Forum - 06-13-2009, 02:02 AM
htaccess issue - by El Forum - 06-13-2009, 03:05 AM
htaccess issue - by El Forum - 06-13-2009, 03:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB