| |
|
| :: |
| Author |
Message |
mymid
Joined: 14 Feb 2008 Posts: 6
|
Posted: Sat Feb 16, 2008 5:52 am Post subject: The forum you selected does not exist. |
|
|
Greeetings:
I've got an issue with the redirects.
Everything is working great, the url's look great, except when I click on a title, I get this message in the forum:
The forum you selected does not exist.
I've moved the .htaccess, cleared the cache, everything that I read in the manual. When I turn on the Virtual Folder, the website looses all it's formatting - images, colours, everything. I'm out of ideas.
Any suggestions?
thanks all |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3472
|
|
| Back to top |
|
 |
mymid
Joined: 14 Feb 2008 Posts: 6
|
Posted: Sat Feb 16, 2008 6:28 pm Post subject: Re: The forum you selected does not exist. |
|
|
Mornin
that's the thing - this is a fresh install of the complete seo phpbb3 package that is available off this site - not an upgrade to an existing site
and it happens regardless of the theme - subsilver or prosilver
are there any additional changes that have to go into the included themes?
the template loss only happens when i activate 'Virtual Folder'. when that is turned off everything works fine (except for the 'forum does not exist' message when i go to a topic - even a new topic that i just created)
the install went into a folder called /seoforum
here's the .htaccess:
| Quote: |
# 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 ^forum\.html$ /index.php [QSA,L,NC]
# FORUM
RewriteRule ^[a-z0-9_-]*-f([0-9]+)(-([0-9]+))?\.html$ /viewforum.php?f=$1&start=$3 [QSA,L,NC]
# TOPIC WITH VIRTUAL FOLDER
RewriteRule ^[a-z0-9_-]*-f([0-9]+)/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]
# GLOBAL ANNOUNCES WITH VIRTUAL FOLDER
RewriteRule ^announces/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# TOPIC WITHOUT FORUM ID & DELIM
RewriteRule ^[a-z0-9_-]*/?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# PROFILES THROUGH USERNAME
RewriteRule ^member/([^/]+)/?$ /memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]
# USER MESSAGES THROUGH USERNAME
RewriteRule ^messages/([^/]+)/?(page([0-9]+)\.html)?$ /search.php?author=$1&sr=posts&start=$3 [QSA,L,NC]
# GROUPS ADVANCED
RewriteRule ^[a-z0-9_-]*-g([0-9]+)(-([0-9]+))?\.html$ /memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC]
# POST
RewriteRule ^post([0-9]+)\.html$ /viewtopic.php?p=$1 [QSA,L,NC]
# THE TEAM
RewriteRule ^the-team\.html$ /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 ^[a-z0-9_-]+(-([0-9]+))?\.html$ /viewforum.php?start=$2 [QSA,L,NC]
# END PHPBB PAGES
#####################################################
|
Does anything look out of the ordinary?
I tried the test as written on the other forum. The link to the target page, the url in the browser address bar, and the url at the bottom of the target page are the same.
And here is the cache status from the acp:
| Quote: | The cache folder was successfully found.
The cache folder is writable. |
But we still get: "The forum you selected does not exist."
cheers - and thanks
..mymid |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3472
|
Posted: Sun Feb 17, 2008 11:41 am Post subject: Re: The forum you selected does not exist. |
|
|
Well, for the styling issue, what did you installed exactly, are you using the SEO premod ?
Sorry about form that do not exists issue, I missed it.
So your issue could be similar to the one casper had :
http://www.phpbb-seo.com/boards/advanced-seo-url/discussions-vt2130.html
I'm still investigating on this one, maybe you could perform the test I suggested to see if you as well get empty URIs ?
As well, where did you upload your .htaccess ?
Because it looks like meant to be used in the domain's root dir with phpBB installed there, and you say your forum is installed in the seoforum/ dir so ... |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
mymid
Joined: 14 Feb 2008 Posts: 6
|
Posted: Tue Feb 19, 2008 12:17 am Post subject: Re: The forum you selected does not exist. |
|
|
By the test from the other page, and empty URI's, did you mean that single line of php code?
I tried the test as written on the other forum. The link to the target page, the url in the browser address bar, and the url at the bottom of the target page are the same.
.htaccess was moved to /seoforum, the forum root.
thanks for your help |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3472
|
Posted: Tue Feb 19, 2008 11:52 am Post subject: Re: The forum you selected does not exist. |
|
|
Well, the .htaccess you posted won't work in the seoforum/ dir.
Go ACP, and generate a new one after you'll have checked the "more options" option and selected alternate location, this is the .htaccess you need in the seoforum/ dir. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
mymid
Joined: 14 Feb 2008 Posts: 6
|
Posted: Tue Feb 19, 2008 7:23 pm Post subject: Re: The forum you selected does not exist. |
|
|
that worked 100% - even fixed the loss of template
...god i'm an idiot
thank you!! |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3472
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|