How would i have to change the following htaccess:
RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)\.html$ /index.php?administration=$1&pid=$2 [L]
To affect not only an url like
www.example.com/administration/modules //this is working allready
But also an url like f.e.
www.example.com/upload/category
Or just
www.example.com/news
Thanx in Advance, Jayden
Enable mod_rewrite and .htaccess through
httpd.confand then put this code in your.htaccessunderDOCUMENT_ROOTdirectory: