Microsoft
Software
Hardware
Network
Question : htaccess issue
Hello
I am tring to redirect my old url to the new one like this using htaccess
RewriteRule ?1970s-Music 1970s-music-35.htm [R=301,L]
but this is giving htaccess error because of leading ?
i also tried escaping ? but it also not working as desired
RewriteRule /?1970s-Music 1970s-music-35.htm [R=301,L]
urgent help will be appreciated..
neeraj
Answer : htaccess issue
Try:
RewriteBase /
RewriteCond %{QUERY_STRING} ^1970s-Music$
RewriteRule ^$ 1970s-music-35.htm [R=301,L]
Also see
http://fantomaster.com/faa
rticles/re
writingurl
s.txt
Random Solutions
how to implement the screen which can be in form of grid lines in swings
windows 2008 Hyper-V
Asterisk: Detect incoming call
Why the record on my database is incomplete??????
ASP Quickie to read loacl Access DB & update one table from another
GPO to encrypt offline files gone bad, how do i reset it
Unrecognized attribute targetFramework error: W2003 & IIS 6
Parameterised query in vfp9
Access - Creating new field contents from several other fields
How do I change this JavaScript so it returns only one correct input and not two as it does now?