I have just moved a site from IIS to Apache and from asp to PHP however I don't want to have dead links all over the place I been reading about rewriting with regex but have not been able to make it work basically I had URLs that looked like this
http://www.medialifemagazine.com/art...-this-fall.asp
and now they are like this
http://www.medialifemagazine.com/The...ity-this-fall/
I have this so far but it does not work
RewriteRule ^artman2/publish/([a-z]+) /([a-z]+)\.asp$
this part is always the same
http://www.medialifemagazine.com/artman2/publish/
and this part always changes /The-coming-fall-season/For-Fox-a-newfound-stability-this-fall.asp
any help is appreciated



Reply With Quote




Bookmarks