Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

friendly url problem

edited March 2012 in Vanilla 2.0 - 2.8

I know i know... "use the search function", but I have :). Stuff i've done:

$Configuration['Garden']['RewriteUrls'] = FALSE; ->

$Configuration['Garden']['RewriteUrls'] = TRUE;.
I also changed the httpd.conf file to Allow Override all without success.

I'm also using this .htaccess:

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]

</IfModule>
which was linked somewhere here (found it through google search)

My path is http://domain.com/vanilla/ and without friendly url its
http://domain.com/vanilla/index.php?p=/.... , do I need to modify the .htaccess because of this? If so, please help, i have no idea how to and what to edit :) Just started using Vanilla forums today, and I already like it, except for the unfriendly urls.

Error code: 500 internal server error
Versions: php 5.4 / mysql 5.5.16 / apache 2.3.14

Need more info? dont be afraid to ask!

Best Answer

  • Options
    422422 Developer MVP
    Answer ✓

    Im a shocker with htaccess , but @underdog or @x00 should be able to help, when they are online

    There was an error rendering this rich post.

Answers

  • Options
    422422 Developer MVP
    Answer ✓

    Im a shocker with htaccess , but @underdog or @x00 should be able to help, when they are online

    There was an error rendering this rich post.

  • Options

    Today I gave it some more time to check the configs, for some reason mod_rewrite was still disabled even though I removed the #. It's working now, so no need to help me.

Sign In or Register to comment.