| |
|
| :: |
| Author |
Message |
brenv8
Joined: 15 Oct 2008 Posts: 3
|
Posted: Wed Oct 15, 2008 8:27 am Post subject: no permission to view threads |
|
|
Hi there
i installed the advanced SEO mod and all seemed well, so i turned it on and clear cache and the index loaded well, then i clicked on a forum name and that opened but when i try to open a thread thats been created it says that i dont have permissions to view the thread, i was logged in as admin, also tried a user account same message, so i turned off the advacned seo and all is normal again, how can i fix this issue?
many thanks
brendan |
|
|
| Back to top |
|
 |
|
 |
brenv8
Joined: 15 Oct 2008 Posts: 3
|
Posted: Sat Oct 18, 2008 6:41 am Post subject: Re: no permission to view threads |
|
|
anyone want to take a guess then?
thanks  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15414
|
|
| Back to top |
|
 |
brenv8
Joined: 15 Oct 2008 Posts: 3
|
Posted: Wed Oct 29, 2008 2:01 am Post subject: Re: no permission to view threads |
|
|
thanks... ok i activatred it again today and now i can read the threads... weird! but when i get email from the forum saying there is a reply, if i click the link i get taken to the url but the message i get is "You are not authorised to read this forum."
| 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 ^go/forum\.html$ /go/index.php [QSA,L,NC]
# FORUM
RewriteRule ^go/[a-z0-9_-]*-f([0-9]+)/?(page([0-9]+)\.html)?$ /go/viewforum.php?f=$1&start=$3 [QSA,L,NC]
# TOPIC WITH VIRTUAL FOLDER
RewriteRule ^go/[a-z0-9_-]*-f([0-9]+)/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /go/viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]
# GLOBAL ANNOUNCES WITH VIRTUAL FOLDER
RewriteRule ^go/announces/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /go/viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# TOPIC WITHOUT FORUM ID & DELIM
RewriteRule ^go/([a-z0-9_-]*)/?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /go/viewtopic.php?forum_uri=$1&t=$2&start=$4 [QSA,L,NC]
# PROFILES SIMPLE
RewriteRule ^go/member([0-9]+)/$ /go/memberlist.php?mode=viewprofile&u=$1 [QSA,L,NC]
# USER MESSAGES SIMPLE
RewriteRule ^go/member([0-9]+)/(topics|posts)/?(page([0-9]+)\.html)?$ /go/search.php?author_id=$1&sr=$2&start=$4 [QSA,L,NC]
# GROUPS SIMPLE
RewriteRule ^go/group([0-9]+)(-([0-9]+))?\.html$ /go/memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC]
# POST
RewriteRule ^go/post([0-9]+)\.html$ /go/viewtopic.php?p=$1 [QSA,L,NC]
# ACTIVE TOPICS
RewriteRule ^go/active-topics(-([0-9]+))?\.html$ /go/search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]
# UNANSWERED TOPICS
RewriteRule ^go/unanswered(-([0-9]+))?\.html$ /go/search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]
# NEW POSTS
RewriteRule ^go/newposts(-([0-9]+))?\.html$ /go/search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC]
# THE TEAM
RewriteRule ^go/the-team\.html$ /go/memberlist.php?mode=leaders [QSA,L,NC]
# HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES
# FORUM WITHOUT ID & DELIM
# THESE THREE LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^go/([a-z0-9_-]+)/?(page([0-9]+)\.html)?$ /go/viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC]
# END PHPBB PAGES
##################################################### |
|
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15414
|
Posted: Sun Nov 02, 2008 12:49 pm Post subject: Re: no permission to view threads |
|
|
I don't think that this is related to the .htaccess.
Make sure that you have the proper modding in viewtopic.php, it should be working, but since we already had issues with this and the zero dupe, try to deactivate it to see if it works then.
If it works without the zero dupe, then we'll see how to fix this, but let it on after you tested, it's more important than the notification links IMO.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|