Htaccess mod_rewrite
Hi all,
This is driving me metal.
I need a mod_rewrite rule to do the following:
example.co.uk/dir/dir/hello-world
example.co.uk/dir/dir/dir/dir/hello-world
example.co.uk/fake-dirs/dir/hello-world
all become = .example.co.uk/hello-world
I need to do the above regardless of how many fake directories there are and what they are called.
If anyone can help I would be so grateful.
|