Back to General

Search

.htaccess file? .htaccess file?

.htaccess file?

by liam.atkins on Wed 02/24/2010 01:02 PM

Hi There,

I have set up the rest of the forum correctly I think, I just can't get the htaccess file working properly.

The forum us found at domain.com/forum

So have included this in my htaccess file:

# for discussion board

RewriteEngine On
RewriteBase /
RewriteRule ^cat/([0-9]+)/(.+)$ forum/index.php?show=cat&id=$1&title=$2 [L]
RewriteRule ^([0-9]+)/(.+)$ forum/index.php?

show=post&id=$1&title=$2 [L]
RewriteRule ^(index([0-9]+).htm)$ forum/index.php?show=sitemap&id=$2 [L]


RewriteRule ^cat/([0-9]+)/(.+)$ forum/index.php?show=cat&id=$1&title=$2 [L]
RewriteRule ^([0-9]+)/(.+)$ forum/index.php?show=post&id=$1&title=$2 [L]
RewriteRule ^(index([0-9]+).htm)$ forum/index.php?show=sitemap&id=$2 [L]

Is this all that is needed?

Thanks in advance.

Liam

[Reply] [Back to Top]

erwrwrwer

by abhi on Mon 03/08/2010 04:08 AM

sdfsfsfsfs

[Reply] [Back to Top]

.htaccess file?

Login / Register

General

Site Index