| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Samson
Joined: 19 Jul 2007 Posts: 2
|
Posted: Thu Jul 19, 2007 8:12 pm Post subject: Hey, Mod Rewrite problem |
|
|
Actually, it's not a mod rewrite problem, it does rewrite the url but then it can't find the page. Does anyone know what I'm doing wrong? I've done this twice already....
My first post, thanks for this mod guys, it will be great when I get it working. Thanks for your help in advance.
http://www.whatismeetfranklin.com/forums/
Oh, this is my .htaccess, maybe this is wrong?
| Code: | Options +FollowSymlinks
RewriteEngine On
RewriteBase /
#########################################################
# forums SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.forums-seo.com/
# STARTED : 01/2006
#####################################################
# forumsS PAGES
########################
# forums INDEX (un-comment if used)
# RewriteRule ^forums/index\.html$ /forums/index.php [QSA,L,NC]
# forums PROTECTION RULE
# RewriteRule ^forums/[a-z0-9_-]*/([^/]+\.html)$ /forums/index.php [R=301,L,NC]
# CATEGORIES
RewriteRule ^forums/[a-z0-9_-]*-c([0-9]+)\.html$ /forums/index.php?c=$1 [QSA,L,NC]
# PAGINATED forums
RewriteRule ^forums/[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /forums/viewforums.php?f=$1&start=$2 [QSA,L,NC]
# forums
RewriteRule ^forums/[a-z0-9_-]*-f([0-9]+)\.html$ /forums/viewforums.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^forums/[a-z0-9_-]*-t([0-9]+)-([0-9]+)\.html$ /forums/viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^forums/[a-z0-9_-]*-t([0-9]+)\.html$ /forums/viewtopic.php?t=$1 [QSA,L,NC]
# POST
RewriteRule ^forums/post([0-9]+)\.html$ /forums/viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^forums/member([0-9]+)\.html$ /forums/profile.php?mode=viewprofile&u=$1 [QSA,L,NC]
# END forums PAGES
##################################################### |
Thanks! |
|
|
| Back to top |
|
 |
|
 |
Samson
Joined: 19 Jul 2007 Posts: 2
|
Posted: Thu Jul 19, 2007 8:43 pm Post subject: Re: Hey, Mod Rewrite problem |
|
|
Edit: !! awesome, just edited the .htaccess and it's fixed.
Thanks anyway! lol |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14854
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |