Forum Moderators: phranque
What is the best way to do this?
I'm thinking of using mod_rewrite so www.example.com/mini_store1/home.php, for example, translates to www.example.com/home.php?store=mini_store1.
So the first subdirector is ignored or translated into a parameter of the URL.
How would I go about doing this?