Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 25, 200915 yr I went here: 1. Tools & Settings >2. System Settings >3. System >4. Server Environment To enable friendly URLs but it's not happening. How is this supposed to be done in beta 5? I have imported a test database fine. All of the (thousands and thousands) of existing threads do not have friendly URLs.
April 27, 200915 yr If you have mod_rewrite available you can get rid of index.php in the URL. If not, you can still use friendly urls but it will be formatted like sohttp://domain.com/forums/index.php/topic/12345-Topic-title
April 27, 200915 yr Is there any way we can change the way the URLs are done? Because it looks really weird if you have your forum running in a directory on your site called "forum" and you go into a forum and are then left with a url which looks like http://www.random.com/forum/forum/1-new-forum
May 14, 200915 yr any chance u can set me in the right direction as to how to change this? (i.e. the file which will need to be edited)
May 14, 200915 yr Author [quote name='bfarber' date='14 May 2009 - 09:44 PM' timestamp='1242333882' post='1801815'] admin/applications/forums/extensions/furlTemplates.php What editing needs to be done over there? (furlTemplates.php) I understand that I need to add mod_rewrite to .htaccess: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /forumz/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !..+$ RewriteRule . /forum/index.php [L] </IfModule> and $INFO['use_friendly_urls'] = '1'; to conf_global.php.
May 15, 200915 yr that was pretty easy to sort out, the downside is that with every upgrade I will have to go into the code and edit that file. Small price to pay i guess :)
Archived
This topic is now archived and is closed to further replies.