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
Null value problem with VBA and Access.
How update Yes/No filed in a table using a form
Shrinking an Adobe Illustrator image (logo) to fit on a Business Card Background
MS SQL 2005 Query optimization and Excel report prep - simple moving average
How to calculate this age criteria?
Better Way of styling?
basic projectile motion
event code runs twice
Windows Server 2003 Restore
check if user exists in hash - what am I doing wrong?