Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Friendly URLs

edited September 2008 in Vanilla 1.0 Help
Hi,

I have downloaded the add on friendlyurls
In the instructions the first step looks like this:

1. Open up conf/settings.php and add this:

$Configuration['URL_BUILDING_METHOD'] = 'mod_rewrite


I am having a problem uploading the file settings.php. It seems the file up on the server does not have writte permissions and I can not change them.

Is this normal?

How can I fix this?

Thanks

Comments

  • try download settings.php then deleting the online version then uploading the new updated version

    Simon

    Ps its
    $Configuration['URL_BUILDING_METHOD'] = 'mod_rewrite';
  • Ok I deleted settings.php and uploaded the new one. I also uploaded the .htaccess file in the root of the vanilla installation.
    Now I get a 500 error when I call the forum in my browser.

    How can I fix this?

    Thanks.
  • 500 errors can be caused by an .htaccess file with options that the server's configuration file does not permit. Take out the line of the .htaccess file that starts "Options" and try again. It'll be near the top.
  • Do you mean this: Options +FollowSymLinks -Multiviews ??
  • Yeah, remove that line (or comment it out by placing a # at the beginning of it) and see if that helps.
This discussion has been closed.