Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 2.x
 Helicon Tech : ISAPI_Rewrite 2.x
Subject Topic: please help me !!!! help! help! Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
jkungfu
Newbie
Newbie


Joined: 17 January 2010
Online Status: Offline
Posts: 4
Posted: 18 January 2010 at 11:40pm | IP Logged Quote jkungfu

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!

Back to Top View jkungfu's Profile Search for other posts by jkungfu
 
Anton
Admin Group
Admin Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10487
Posted: 19 January 2010 at 4:13am | IP Logged Quote Anton

I've already answered you in another forum thread.
The issue is that ISAPI_Rewrite v1 is not supported any more.
I suggest updating to v3 and using the above config without modifications (only "Options +FollowSymlinks" line should be removed).

__________________
Regards,
Anton
Back to Top View Anton's Profile Search for other posts by Anton
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum