Rewrite everything to index.php but be able to know what page it came from.
问题 I need an .htaccess file that rewrite everything to the index.php of my site that is www.examplesite.com . Example : I open www.examplesite.com/designs/designs.php?tab=2013 and I want the site to load http://examplesite.com/index.php in background, while staying on the same URL. The sub-folder designs and the file designs.php will not exist on the server, and will be loaded from an other server inside of the index.php depending of the entered URL. My .htaccess already contains some things, I