> > I want traffic to start at http://www.webpage.com/destination > > And be re-directed to http://www.webpage.com/folder/destination.php > > > > I think I finally found the right spot in the httpd.conf file > and entered: > > * RewriteRule /destination http://www.webpage.com/folder/destination.php
SOLVED: seems as though the redirect location (/destination in this case) cannot share the same name as the location it is being directed to. So in this case I had to change the line to the following: * RewriteRule /destination http://www.webpage.com/folder/newdestination.php I hope this helps someone else. _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

