Error after using url rewrite

ISAPI_Rewrite is a powerful URL manipulation engine based on regular expressions
User avatar
Posts: 2
Joined: 02 Apr 2012, 08:44

Error after using url rewrite

03 Apr 2012, 01:07

hello
i have used url rewrite in my code. my code is as given below:

RewriteEngine on
RewriteBase /

RewriteRule ^myaccount$ http://www.insidei.com/UAdmin/Login.aspx [[NC,R=301,L]

RewriteMap revmapfile txt_rev:mapfile.txt [NC]

RewriteCond %{QUERY_STRING} ^clcd=(.+)$

RewriteRule ^searchdetails\.aspx$/ ${mapfile:%1}? [NC,R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)$ searchdetails.aspx?${revmapfile:$1}[NC,L,NS]


but after using this, i get following error in internet explorer.


Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; SRS_IT_E879077FB376585B3FAF99; .NET CLR 3.5.30428)
Timestamp: Thu, 29 Mar 2012 06:55:46 UTC


Message: Syntax error
Line: 2
Char: 1
Code: 0
URI: http://www.insidei.com/WebResource.axd? ... 2479085897


Message: Syntax error
Line: 2
Char: 1
Code: 0
URI: http://www.insidei.com/ScriptResource.a ... t=705c9838


Message: ASP.NET Ajax client-side framework failed to load.
Line: 94
Char: 34
Code: 0
URI: http://www.insidei.com/


Message: Syntax error
Line: 2
Char: 1
Code: 0
URI: http://www.insidei.com/ScriptResource.a ... t=705c9838


Message: 'Sys' is undefined
Line: 3
Char: 347
Code: 0
URI: http://www.insidei.com/default.aspx?_TS ... 3ab5ab7149

Pls help to solve this problem.,

thanks
femin

User avatar
Posts: 871
Joined: 12 Mar 2012, 09:54

Re: Error after using url rewrite

03 Apr 2012, 05:05

I've already answered you in another thread.

User avatar
Posts: 16
Joined: 19 Nov 2012, 22:21

Re: Error after using url rewrite

20 Nov 2012, 23:37


Return to ISAPI_Rewrite 2.x

Who is online

Users browsing this forum: No registered users and 10 guests