Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Write a router that will parse the url and return the necessary pages depending on the content of the link.
https://stackoverflow.com/questions/19567532/tryin...
In htaccess you need to write:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*?)/? $ index.php?id=$1 [L]
Now id should be available via $_GET['id']
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question