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
What is the best schema & DB role for a user (app) that I only want to run a SP that creates another user?
How to automatically change number color in Excel cell
how to detect removable drive (pen drive)
enterprise vault doesn't work on a pc
How can I connect a 2.5" Hard Drive to a Compact Flash Interface?
Can I install HyperV as a standalone tool n on a Windows Server 2003 host?
Help on Stored Procedure
Change of Format with input in Excel
One vs. More Than One Instance of Excel
MYSQL Question