Thread: URL Method
View Single Post
  #3 (permalink)  
Old 03-03-2007, 09:23 PM
pkrtech pkrtech is offline
New Pligger
 
Join Date: Mar 2007
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kbeeveer46 View Post
The URLs you are seeing are correct. The point of URL method 2 is to have "clean" URLs and ones that are more search engine friendly. When you renamed your htaccess file, did you put a period in front of it? It should be called .htaccess. Did you edit the line where you put your sub-folder if you're installed in one?

For your second question, try taking out the extra pipe (in red) and see if that fixes it
Code:
RewriteRule ^(all|system|)/([a-zA-Z0-9-]+)/?$ story.php?title=$2 [L]
RewriteRule ^(all|system|)/?$ ?category=$1 [L]
Ok I got it working, few hints, it should be added to the URL change method page that you need to rename the .htaccess file, also that if you installed in a sub folder you need to edit the RewriteBase line inside that file.

Also removing the second pipe from the Category Management code given worked.
Reply With Quote