| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
ForgotenDynasty
Joined: 26 Jun 2008 Posts: 11
|
Posted: Wed Jul 02, 2008 3:20 am Post subject: None of this works |
|
|
I installed the premod ever time i change a single option i get an error some where on my board
if someone could help me on aim or msn it would be greatly appreciated
aim=ctpaintball4life
MSN=ForgotenDynasty@hotmail.com |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
ForgotenDynasty
Joined: 26 Jun 2008 Posts: 11
|
Posted: Wed Jul 02, 2008 7:16 pm Post subject: Re: None of this works |
|
|
Ok my .htaccess looks like this as directed by the .htaccess generator
| Code: |
# Lines That should already be in your .htacess
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
# You may need to un-comment the following line
# Options +FollowSymlinks
# REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
RewriteEngine On
# REWRITE BASE
RewriteBase /
# HERE IS A GOOD PLACE TO ADD THE WWW PREFIXE REDIRECTION
#####################################################
# PHPBB SEO REWRITE RULES - ADVANCED
#####################################################
# AUTHOR : dcz www.phpbb-seo.com
# STARTED : 01/2006
#################################
# FORUMS PAGES
###############
# FORUM INDEX REWRITERULE WOULD STAND HERE IF USED. 'forum' REQUIRES TO BE SET AS FORUM INDEX
# RewriteRule ^/forums/forum\.html$ forums/index.php [QSA,L,NC]
# FORUM
RewriteRule ^/forums/[a-z0-9_-]*-f([0-9]+)/?(page([0-9]+)\.html)?$ forums/viewforum.php?f=$1&start=$3 [QSA,L,NC]
# TOPIC WITH VIRTUAL FOLDER
RewriteRule ^/forums/[a-z0-9_-]*-f([0-9]+)/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ forums/viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]
# GLOBAL ANNOUNCES WITH VIRTUAL FOLDER
RewriteRule ^/forums/announces/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ forums/viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# TOPIC WITHOUT FORUM ID & DELIM
RewriteRule ^/forums/([a-z0-9_-]*)/?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ forums/viewtopic.php?forum_uri=$1&t=$2&start=$4 [QSA,L,NC]
# PROFILES THROUGH USERNAME
RewriteRule ^/forums/member/([^/]+)/?$ forums/memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]
# USER MESSAGES THROUGH USERNAME
RewriteRule ^/forums/member/([^/]+)/(topics|posts)/?(page([0-9]+)\.html)?$ forums/search.php?author=$1&sr=$2&start=$4 [QSA,L,NC]
# GROUPS ADVANCED
RewriteRule ^/forums/[a-z0-9_-]*-g([0-9]+)(-([0-9]+))?\.html$ forums/memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC]
# POST
RewriteRule ^/forums/post([0-9]+)\.html$ forums/viewtopic.php?p=$1 [QSA,L,NC]
# ACTIVE TOPICS
RewriteRule ^/forums/active-topics(-([0-9]+))?\.html$ forums/search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]
# UNANSWERED TOPICS
RewriteRule ^/forums/unanswered(-([0-9]+))?\.html$ forums/search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]
# NEW POSTS
RewriteRule ^/forums/newposts(-([0-9]+))?\.html$ forums/search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC]
# THE TEAM
RewriteRule ^/forums/the-team\.html$ forums/memberlist.php?mode=leaders [QSA,L,NC]
# HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES
# FORUM WITHOUT ID & DELIM
# THESE FOUR LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^/forums/([a-z0-9_-]+)/?(page([0-9]+)\.html)?$ forums/viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC]
# END PHPBB PAGES
##################################################### |
This is what i have enabled/disabled
Activate URL rewriting: yes
URL rewriting type: Advanced
Virtual folder Profiles: yes
Profiles ID removing: yes
Common Search and User messages pages rewriting:yes
SID Removing: yes
Highlights Removing: yes
Remove small words:no
Virtual Folder: yes
Virtual Root: no
Forum URL caching:yes
Forum ID Removing: yes
Link image: yes
Activate The No duplictate: yes
Activate the Zero duplictate: NO
Strict mode: NO
Posts Redirections: Off
And every thing in fourm url settings is green
but yet i recieve 404 in the fallowing spots
when ever i click any forum from the homepage
when ever i click a username
when ever i click a user group
when ever i click the recent topic on recent topics on index mod (from the no dups mod)
also i have a subsilver template what files do i need to edit
This is all Phpbb3 |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
ForgotenDynasty
Joined: 26 Jun 2008 Posts: 11
|
Posted: Wed Jul 02, 2008 11:22 pm Post subject: Re: None of this works |
|
|
Ahh good that worked
my problem was was that i had a duplicate .htaccess in my /forums directory as well as my other root |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |