PDA

View Full Version : Friendly Urls


zwenthe
03-16-2007, 05:03 PM
I would like to use Friendly URLs, my host supports modrewrite, but it isn't enabled by default, instead I would have to use htaccess to enable it and run the rewrite.

How do I do this with Vivvo to enable friendly urls?

boccio
03-27-2007, 10:41 AM
To enable SE Friendly support in Vivvo, edit /include/conf.php file and set $SE_Friendly="yes".

shketuljko
03-27-2007, 12:06 PM
I think that variable is:

$showFriendlyURL

and if you want to set friendly you need to set variable on "friendly"

$showFriendlyURL = "friendly";