I would like to create a basic URL rework using frames.
I do not have access to .htaccessexecute mod_rewrite.
Is there a way to use PHP, jQuery, JavaScript, etc. to determine which URL was clicked and then open the URL in a new frame?
Ex: the user clicks on /index.php?12345, he will open in the frame /pages/12345/index.html, and if they click on /index.php?54321, the URL will open in the frame/pages/54321/index.html
bofeibous
source
share