PDA

View Full Version : some errors on Friendly URL feature


vahn_18
01-23-2007, 05:35 PM
Hi, I installed vivvo 3.25 and tried Friendly URL features,
but I got some errors here.

I have 3 categories (articles, news and questions)

I put an article (the friendly url i gave is : "understanding-marketing") on articles category.

Then the link showed up as mydomain.com/articles/understanding-marketing.html

when i followed that link, I came to a page with image errors (no images showing).

I was thinking it's because the page was located in articles folder instead of root folder.

but then again I realized it's just mod_rewrite action. (there's no physical folder called articles anywhere)

So it would lead to all functions disfunctioning. I would love to fix this. anyone ?

ps: there's no problem if I disabled friendly url feature.

shketuljko
01-29-2007, 08:20 AM
You have a 2 possible solutions:

1. Try to disable friendly url feature and if you get a equal error read this paragraph 2.

2. Check your $root variable in include/conf.php file. If you not sure who is root path, you need to create new php file (test.php) in root directory of vivvo.
In this file you need to inscribe following code:

<?php
echo getcwd();
?>

In your browser call this file and you can see your root path.


Ok?