View Full Version : Page error in category.. ?
mario
01-30-2007, 09:52 AM
When Im entering in news category on my website there is "page not found" error.... anybody help? :rolleyes:
boccio
01-30-2007, 10:46 AM
Knowledge Base: "Page not found" error when trying to view the articles (http://support.vivvo.net/index.php?x=&mod_id=2&id=25)
http://www.vivvo.net/forums/showthread.php?t=523
mario
01-30-2007, 11:41 AM
Yes, I know that... I can view full article but I cant enter the news categories to view the list of all news.
Roulette
03-07-2007, 07:48 AM
I'm having the same problem. I viewed the knowledge base entry regarding this, and came to the conclusion it was the htaccess file. At first, the articles and categories were returning a page not found error, but after I tweaked the htaccess file I got the articles to work. Categories are still returning a page not found error however. This is my current htaccess file:
RewriteEngine On
RewriteRule ^category/([0-9]+).html/?$ index.php?category=$1 [L]
RewriteRule ^news/([0-9]+).html/?$ index.php?news=$1 [L]
RewriteRule ^news/([^<]+).html/?$ index.php?text=''&news=$1 [L]
RewriteRule ^print/([0-9]+).html/?$ print_version.php?id=$1 [L]
RewriteRule ^comments/([0-9]+).html/?$ index.php?comments=$1 [L]
RewriteRule ^author/([^<]+).html/?$ index.php?author=$1 [L]
RewriteRule ^([^<]+).html/?$ index.php?category_name=$1 [L]
RewriteRule ^([^<]+).htm/?$ index.php?text=''&news=$1 [L]
RewriteRule ^cat/([^<]+)/?$ index.php?category_name=$1 [L]
Thanks! :)
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.