| Posted: 18 January 2010 at 11:40pm | IP Logged
|
|
|
with apache ,i had test that: Options +FollowSymlinks
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?_route_=$1 [L,QSA] can work well. ^(.*)$ is ok. do not need ^(.*)\?*$
and i want to let it working in "ISAPI_Rewrite version 1.3 build 16"(our service provider would not agree to upgrade to ver3.0 ), How to achieve it ?
i have post it on some site,but no one can do it!
if you know, please help me! thank you!
|