|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Isapi Rewrite confusion
Hope this is the right forum, i'm very confused about Isapi ReWrite. I had a basic .htaccess modrewrite script but the site ended up being hosted on an IIS server ... it's really basic and I don't understand why it doesn't work, hope someone can help:
[ISAPI_Rewrite] RepeatLimit 1 RewriteCond URL ^/neu/ RewriteRule /neu/(.*) /neu/alma\.php\?act=$1 [R] This is supposed to change a basic request for "http://domain.com/neu/xyz" to "http://domain.com/neu/alma.php?act=xyz" this can't be too hard, can it? It works for a "http://domain.com/neu/" request, but as soon as anything follows the slash, I get a 404. Hope someone can help! jwm |
|
#2
|
|||
|
|||
|
Did you get this resolved? I've never used isapi rewrite, but the vendor should have support for the product.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
Hi Doug,
I eventually figured it out RewriteRule /neu/([^\./]*) /neu/alma.php\?act=$1 [I,L] Thanks! |
|
#4
|
|||
|
|||
|
hi i am looking for help with ionic rewrite for invision power boards etc...
any help please go here impressionz.australian.at |
|
#5
|
|||
|
|||
|
Quote:
I'm glad you got it working, and thank you for posting the solution! |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Isapi Rewrite confusion |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|