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.
Problems with Friendly Urls add-on
Hi all,
I'm having some troubles with the friendly urls add-on, I have had these since 0.92 but was hoping it was fixed with the release of 1.0
The thing is: After installing nothing happens... No errors, no rewrite, no nothing. Everything stays exactly the same :-)
I've tried putting the line that should activate the Urls in all settings files (conf/settings.php, appg/settings.php etc) but it just doesn't matter. I have mod-rewrite installed and working on my blog etc. so that isn't the issue. It just looks like Vanilla doesn't respond to the command cause all internal links still point to the dynamic locations.
Anyone knows what I am doing wrong and how I can correct it?
Thnx,
Jammer
0
This discussion has been closed.
Comments
After adding "$Configuration['URL_BUILDING_METHOD'] = 'mod_rewrite';" in conf/setting.php, the link to the search page for exemple should be search/. If it is still search.php, the problem is from vanilla.
If it works but the links send you to the wrong page or to a 404 error message, the problem is from the rewrite rules or from mod_rewrite.
RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
I personally think the best way would be to just slot /forum/ in one folder and /blog/ in another, but that's me. If it throws a 404, wordpress/blog rules are chewing it up before it hits, if it's a 500 then there's some htaccess restrictions in place. If nothing happens, it could be either or and the only way to know for sure is by checking the local error logs.
Man, I can't wait for swell.