| :: |
| Author |
Message |
HB. PR0

Joined: 26 Oct 2006 Posts: 62
|
Posted: Wed May 23, 2007 12:43 am Post subject: my host moved servers and now my topics won't show |
|
|
Well, I hope this is in the right place, if not please move it.
My host moved all their accounts to a different server which is in a different location. Ever since the move my topics, and posts don't show. I get 404 pages. I do have the simple mod-rewrite. Has anyone experienced this before, and if so could you shed some light how to correct this problem?
Thank you |
|
|
| Back to top |
|
 |
|
 |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
Posted: Wed May 23, 2007 5:34 am Post subject: Re: my host moved servers and now my topics won't show |
|
|
hi
i think its a .htaccess file issue
did you check your .htaccess file ?
i had a similar problem with netfirm hosting. some hosts are limited the .htaccess rules. if you are checked your htaccess file and its ok please remove this line in top of your .htaccess file (if it is exist in your file)
| Code: | | Options +FollowSymlinks |
removing this line solved my problem in netfirm hosting |
_________________ چهار گوش - طراحی وب - مجله طراحی وب |
|
| Back to top |
|
 |
HB. PR0

Joined: 26 Oct 2006 Posts: 62
|
Posted: Wed May 23, 2007 10:53 am Post subject: Re: my host moved servers and now my topics won't show |
|
|
| Thank you for your reply, but I checked my .htaccess and I don't have that line it. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14779
|
Posted: Wed May 23, 2007 12:49 pm Post subject: Re: my host moved servers and now my topics won't show |
|
|
You can try adding it then, could as well be only it.
Because it looks like .htaccess related issue. Other possible causes could be mod_rewrite not being available any more on your hosting, or, the slash ("/") thing in the rewriterules :
| Code: | | RewriteRule ^phpbb/post([0-9]+)\.html$ /phpbb/viewtopic.php?p=$1 [QSA,L,NC] |
VS :
| Code: | | RewriteRule ^phpbb/post([0-9]+)\.html$ phpbb/viewtopic.php?p=$1 [QSA,L,NC] |
Noticed the slash before the path (here phpbb/ vs /phpbb/).
++ |
_________________ 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 |
|
 |
HB. PR0

Joined: 26 Oct 2006 Posts: 62
|
Posted: Wed May 23, 2007 4:24 pm Post subject: Re: my host moved servers and now my topics won't show |
|
|
Hey, guys thanks for pointing me in the wrong direction. After a second take I noticed all the changes in the htaccess were deleted and looked like what is below. It's a good thing I keep a backup copy, and should be able to fix this in a min.
| Code: | #########################################################
# MX SITEMAPS REWRITE RULES SIMPLE #
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 2006/04/28
########################################################
# INDEX
# PORTAL INDEX
# FORUM INDEX
# PAGINATED FORUM MAP
# FORUM MAP
# CATEGORIES
#########################################################
# END SITEMAPS REWRITE RULES #
#########################################################
# FORUMS PAGES
########################
# PAGINATED FORUM
# PAGINATED FORUM
# FORUM
# PAGINATED TOPIC
# TOPIC
# POST
#PROFILES
#####################################################
########################################################
# phpBB
# mxBB
# KB
#########################################################
# END GG_SITEMAPS REWRITE RULES #
######################################################### |
|
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14779
|
|
| Back to top |
|
 |
HB. PR0

Joined: 26 Oct 2006 Posts: 62
|
Posted: Sat May 26, 2007 7:13 pm Post subject: Re: my host moved servers and now my topics won't show |
|
|
lol, I meant right direction
And yes, I did fix the problem. |
|
|
| Back to top |
|
 |
|
|