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
Outlook VBA macro - Set appointment item to "show time as tentative"
How to hide a folder based on file size minimum
Need help getting drop down menu to display on top of main content area
Adding searchable opening times on e-directory
windows server 2003 setup
parameter values for search
Can you subnet 1 public address or only a Class A, B or C network?
Updating Multiple rows
Java Timer Task
Does HOTMAIL keep a cache history on contacts as Microsoft Outlook does?