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
maven bootclasspath append
Coldfusion Variable Evaluation
PHP & MSSQL - Problem with basic query not working...
Crystal Reports in C# App built on 32 bit Windows throws error on 64 bit Windows
old xap
phpbb
How do you check if your hard drive (or SSD) are correctly aligned?
Comparing records of more than two excel documents
RAID 5 disks dropped from array.
Who should change IP addresses pointing to MX records?