Error after using url rewrite
3 posts
• Page 1 of 1
Error after using url rewrite
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
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
Re: Error after using url rewrite
I can't find the other thread except this one:
Error_ASPNET_Ajax_client-side_framework_failed_to_load-9-42.html?p=136#p136
Error_ASPNET_Ajax_client-side_framework_failed_to_load-9-42.html?p=136#p136
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests