SaW
Member
- Mar 3, 2018
- 101
- 15
Trying to rewrite the url of my news section, but doesn't work on server, neither on localhost.
I want to change the url from
.. but still doesn't work.
Any help would be appreciated, thx.
I want to change the url from
You must be registered for see links
to something more simpler like
You must be registered for see links
, and have put this rule into my .htaccess:
Code:
RewriteRule ^news/([0-9]+)$ /index.php?url=news&id=$1
Any help would be appreciated, thx.