Hello,
I would like to do the following:
Let's say the folder structure on my server looks like this:
Code:
http: //example.com/examples/website1
http: //example.com/examples/website1/folderA
http: //example.com/examples/website2/
http: //example.com/examples/website2/folderA
http: //example.com/examples/template/
http: //example.com/examples/template/folderA
http: //example.com/examples/template/folderB
I would like to have a .htaccess file which makes some kind of a redirect, so that users can type in: http://example.com/examples/website1/folderB while they are actually looking to the website in the /template/ folder. The browser URL should be displaying the address with /website1/.
The reason for this is that we are creating websites for customers which are partly the same. We don't want to upload the same data over and over again.
Does anyone know if this is possible? Thanks in advance!