Forums › Forums › Web Design › How do I change part of a url using .htacess?
-
How do I change part of a url using .htacess?
-
Hi! On my websites I have pages that look like: http://mydomain.com/projects/view/ and I want those urls to be http://mydomain.com/tasks/view/. Now, I’m no stranger to Google so I tried using the following htaccess rewrite rule: RewriteRule /projects/view$ /tasks/view/ but that did nothing. What am I doing wrong here? – by hq overview AmazingSigma – –
Viewing 1 of 1 replies