I would like to create a basic URL rewrite using frames.
I don't have access to .htaccess
to do mod_rewrite
.
Is there a way using PHP, jQuery, JavaScript etc. to detect which URL has been clicked on and then open URL in new frame?
Ex: user clicks on /index.php?12345
it will open in framed window /pages/12345/index.html
and if they click on /index.php?54321
URL will open in framed window /pages/54321/index.html