Forum Moderators: open
I'm using a Linux server, PHP, MySQL etc. I used to use mod_rewrite on my old host - my new host is exactly the same as my old one, except it does support mod_rewrite. I've tried mod_redirect, but it changes the address in the browser bar. Is there any way to get the same results as mod_rewrite (i.e. keep the simple, desired URL in the bar) without pissing off search engines or using frames?
Basically, I have a bunch of dynamic pages:
[domain.com...]
I want people to type in
[domain.com...]
I don't want the browser address bar to say anything other than [domain.com...] . Using mod_rewrite totally worked for me before, even the search engines listed all of my pages.