Jump to content

Beta 5 Friendly URL


ᴡᴅツ

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 3 weeks later...

[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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...