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
Group by week starting with first day of the month
Problem finding drivers for server
How do I link a record in one sub-form to a record in another sub-form
remove record from SQL database
How to compact WSS databases with SQL Express
Excel VBA no matter what column I'm in, select the cell in row 5
Access Query truncating Memo Field
downloading image in asp.net vb
How to graph a fixed line vs individual days data in Excel
Windows 2003 SBS locks up during full scan of Malwarebytes.