I need to change the htaccess to put in the url of the category this:
by default is myurl.com: The Leading Domain Names Site on the Net
and I want to put this:
myurl.com: The Leading Domain Names Site on the Net
and change the name of upcoming by other name.
is it possible?
I change in the htaccess
default RewriteRule ^upcoming/category/([^/]+)/?$ upcoming.php?category=$1 [L]
to
RewriteRule ^upcoming/name/([^/]+)/?$ upcoming.php?category=$1 [L]
but don't make the change.




Linear Mode




