friendly url problem
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!
Answers
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.
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.