PDA

View Full Version : Not sure what happen... category not working


shepherd-girl
02-18-2006, 10:50 PM
Ok my 2nd site is up (not up but I am working on it) and now the categorys are not working.
Not sure what I done as my first never had any trouble.

When I click the category. I get the
*Title:
*URL Title:
Description:
*Parent: [Top]
*Status: Inactive Pending Active

When added it, and clicking on that cat on the directory there is no page there....

What have i done?

David
02-18-2006, 10:53 PM
can you show us a url?

shepherd-girl
02-18-2006, 10:55 PM
Ok I have checked my other one, and its from the same file lmao..


{url no longer in service}

David
02-18-2006, 10:59 PM
Tell me about your .htaccess file
I'm thinking mod rewrite is not working.

shepherd-girl
02-18-2006, 11:00 PM
what do you want me to tell about it lmao.. sorry I have not touched it.. its in the root directory of my site :oops:


it looks like this

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]