This is probably dead simple, but I can't seem to find an article that addresses exactly what I need done. I already have an existing htaccess page with mod_rewrite rules applied.
This is probably dead simple, but I can't seem to find an article that addresses exactly what I need done. I already have an existing htaccess page with mod_rewrite rules applied.
Thanks for the help. Unfortunately that definitely did not work. I loaded it up and it gave my whole site an internal 500 error. Is there a configuration that I might need to change?
If you go to the address that you want to end up with, you end up at the site address you want to change. Great for shortening up a url full of page.php?foo=bar&stuff=things that cause errors in an html validator.
Unfortunately Larry I require something that will cover all incoming URLs. My CMS keeps appending that to the URLs in my RSS feed, so I need it to be able to handle all URLs going forward and not single instances.
Anyone else have any insight on how to do this? I tried mucking around with RewriteRules and redirects and could not find a solution. It seems like such a simple task, but I can't seem to find any tutorials on doing exactly what I'm trying to do.