Hi,
i switched providers for several reasons. My new provider doesn’t support mod_rewrite, so i had to go back to using “index.php?” as part of the urls.
In order to keep the incoming links intact i’d have to rewrite all the 7.000 old urls in htaccess by hand now.
Is there a way to simply having the incoming links rewritten by using some piece of code insteaed of having to rewrite everything by hand?
Old urls: berlinista.com/... new ones: berlinista.com/index.php?/...
I know that there must by some way using “regular expressions”, but i don’t know how.
Please help.
Roman