mailpk
05-21-2007, 08:29 PM
i did a Version 3.5 clean install.
None of the the articles full story links in the site is working,when clicked they show the message
The page cannot be found.
the .htacess file is there too... and the contnets of it are
Options All -Indexes
ErrorDocument 404 /404.php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^category/([0-9]+).html/?$ index.php?category=$1 [L]
RewriteRule ^news/([0-9]+).html/?$ index.php?news=$1 [L]
RewriteRule ^all/?(.*)$ index.php?view_all&$1 [L]
RewriteRule ^print/([0-9]+).html/?$ index.php?news=$1&mode=print [L]
RewriteRule ^comments/([0-9]+).html/?$ index.php?comments=$1 [L]
RewriteRule ^author/([^<]+).html/?$ index.php?author=$1 [L]
RewriteRule ^sitemap.xml$ plugins/sitemap/index.php [L]
RewriteRule ^files/(.*)$ files.php?file=$1 [L]
RewriteRule ^feed/?$ index.php?feed=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.]+)/?$ index.php?category_name=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^<]+)/([^<]+).html/?$ index.php?news=$2 [L]
</IfModule>
I am not abel to figure out why the full story pages are not working.can some one help....
None of the the articles full story links in the site is working,when clicked they show the message
The page cannot be found.
the .htacess file is there too... and the contnets of it are
Options All -Indexes
ErrorDocument 404 /404.php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^category/([0-9]+).html/?$ index.php?category=$1 [L]
RewriteRule ^news/([0-9]+).html/?$ index.php?news=$1 [L]
RewriteRule ^all/?(.*)$ index.php?view_all&$1 [L]
RewriteRule ^print/([0-9]+).html/?$ index.php?news=$1&mode=print [L]
RewriteRule ^comments/([0-9]+).html/?$ index.php?comments=$1 [L]
RewriteRule ^author/([^<]+).html/?$ index.php?author=$1 [L]
RewriteRule ^sitemap.xml$ plugins/sitemap/index.php [L]
RewriteRule ^files/(.*)$ files.php?file=$1 [L]
RewriteRule ^feed/?$ index.php?feed=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.]+)/?$ index.php?category_name=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^<]+)/([^<]+).html/?$ index.php?news=$2 [L]
</IfModule>
I am not abel to figure out why the full story pages are not working.can some one help....