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
Hello I am new member and just installed vanilla on http://www.eliminateme.com with friendly urls but I don't get urls like here but this way : http://www.eliminateme.com/discussion/5/italian-soldiers-in-iraq-packing-their-bags/#Item_1
You see that #item_1 .... How can I get rid of that
Thanks
0
This discussion has been closed.
Comments
/hugs mini
#Prevent some little bad effects of Friendly Urls # on relative links in some extensions RewriteRule ^(discussions|categories|search|post|settings|people|[0-9]+)/(extensions|themes|images|ajax)/(.*) $2/$3 [QSA,L] RewriteRule ^(discussions|categories|search|post|settings|people|[0-9]+)/(account.php|categories.php|comments.php|extension.php|index.php|people.php|post.php|search.php|settings.php) $2 [QSA,L] RewriteRule ^discussion/([0-9]+/){1,2}[^/]*/(extensions|themes|images|ajax)/(.*) $2/$3 [QSA,L] RewriteRule ^discussion/([0-9]+/){1,2}[^/]*/(account.php|categories.php|comments.php|extension.php|index.php|people.php|post.php|search.php|settings.php) $2 [QSA,L] RewriteRule ^(discussions|account|search|post|[0-9]+)/.+/(extensions|themes|images|ajax)/(.*) $2/$3 [QSA,L] RewriteRule ^(discussions|account|search|post|[0-9]+)/.+/(account.php|categories.php|comments.php|extension.php|index.php|people.php|post.php|search.php|settings.php) $2 [QSA,L]
If it doesn't work copy here the link that doesn't work.
//edit: these rules need to be added in the .htaccess of Friendly Urls, in the root folder of your vanilla forum
My .htaccess file looks a little like this.