PDA

View Full Version : The page cannot be found - Full Story links


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....

Alex
05-21-2007, 08:34 PM
This is the issue with non-English (utf-8) characters being used as SEF URLs. Either enter english SEF URL, or use normal default ID for full article page.

This non-English SEF URLs will be addressed in next patch.

mailpk
05-21-2007, 08:43 PM
All the articles are using deafualt id or english SEF urls for full page kindly chk the site ...

Alex
05-22-2007, 09:03 AM
Submit a support ticket with your website access.

mailpk
05-22-2007, 10:45 AM
i submitted a ticket and the problem is now solved ...

it was a bug and was fixed by the vivvo team , the fix will be avail in next patch acc to the reply to me