I want to redirect or rewrite subdirectories to PHP files
For instance:
http:
:
http:
I would REALLY want PHP to just read domain.org/contact as domain.org/index.php?sub=contact, but if it just redirects this path, I will be happy! I searched a lot of solutions using .htaccess, but they are unclear or I can not get them to work specifically for what I am trying to do
thanks
source share