hey, i am trying to rewrite a url from this one:
Code:
http://www.example.com/links.php?view=category&id=43
to this one:
Code:
http://www.example.com/links/category/43
the rewrite works, but the user has to enter to www.example.com/links first and then he chooses a category.
the problem is that when a category isnt selected when he is at- www.example.com/links then the server returns a 404 error.
can someone tell me how can i fix it?
hey, i am trying to rewrite a url from this one:
Code:
http://www.example.com/links.php?view=category&id=43
to this one:
Code:
http://www.example.com/links/category/43
the rewrite works, but the user has to enter to www.example.com/links first and then he chooses a category.
the problem is that when a category isnt selected when he is at- www.example.com/links then the server returns a 404 error.
can someone tell me how can i fix it?
|
|
Search Webmaster Help and Solution
htaccess rewriteRelated ItemsQuery failed: connection to localhost:3354 failed (errno=111, msg=Connection refused). |
