PDA

View Full Version : Articles not displayed


GusLinares
09-05-2006, 10:24 PM
hi,

Have just installed software. No extra modules installed yet.

Problem: when I click on read more or any other link nothing comes out.

Have been reading thru forum where it suggest cause could be .htaccess

Have checked this seems ok (copy below) and in correct / location.

Mod rewrite should be enabled on server as used before on other scripts.

Can you check this - please help. :(

Options All -Indexes
ErrorDocument 404 /404.php

RewriteEngine On

RewriteRule ^category/([0-9]+).html/?$ index.php?category=$1 [L]
RewriteRule ^news/([0-9]+).html/?$ index.php?news=$1 [L]
RewriteRule ^print/([0-9]+).html/?$ print_version.php?id=$1 [L]
RewriteRule ^pdf/([0-9]+).html/?$ pdf_version.php?id=$1 [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]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.]+)/?$ index.php?category_name=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^<]+)/([^<]+).html/?$ index.php?news=$2 [L]

Alex
09-06-2006, 09:30 AM
.htaccess only defines the rules for rewriting, but mod_rewrite needs to be enabled on your Apache, otherwise it can't work.

Check /include/conf.php file to see if it is turned on ($showFriendlyURL = "friendly"; ), if not, run phpinfo(); on your server to see if Apache has mod_rewrite support at all.

Eye-Vision
11-26-2006, 10:09 PM
Hello,

i have the same problem, how can i see if its on?
where to find phpinfo?

Thanks for ur help, and really hope it can be fixed:)

Micha
11-27-2006, 10:25 AM
You can download phpinfo check from here:
http://www.vivvo.net/check.zip

You need to make a check folder in where your Vivvo is located and copy this files inside, then you just need to run it from your browser:

http://www.yoursite.com/check

Eye-Vision
11-27-2006, 08:13 PM
ok i have run the file and everything is on, only i get this warning by;

Web server: NOYB

with the warning:

Warning - Not supported by the server (optional module, will work without it)

i have edit the conf file too and edit the text ''friendly'' with ''no''
now i dont get a white screen anymore, but i only have the problem when i click on read full text and i get a new page like news2
but then i dont see the full text??:confused:

what need i to do?:(

Thanks!

boccio
11-28-2006, 11:05 PM
Can't say without some more information. Try avoiding NOYB as much as you can, it can really help a lot while trying to find our what's wrong with your site...