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
Good method of deploying windows 7 in XenServer
Trying to Debug Asp.Net page with javascript
Would four 1GB sticks of memory work better or 2 of 2GB sticks
How do I stop word from opening in full screen view
Return records On Date
VFP9 Double click on DBF <filename>.dbf gives message "<filename>.fxp is not an object file"
Change appearance of checkbox in datagridview+vb.net
Vbs script that can check 2 folders that has identical csv files and compare colum "C" and get just the file names that has the exact data in the colum in both files.
Running login/logout script on Mac OSX from Windows server
Install PHP on Apache with AIX OS