| :: |
| Author |
Message |
hbbt
Joined: 05 May 2007 Posts: 30
|
Posted: Sat May 05, 2007 5:47 pm Post subject: Problems |
|
|
I hope someone can help me out.
I just tried installing the advanced rewrite and now my page looks like this
www.homebasedbusinesst.com/forums |
|
|
| Back to top |
|
 |
|
 |
hbbt
Joined: 05 May 2007 Posts: 30
|
Posted: Sat May 05, 2007 5:49 pm Post subject: Re: Problems |
|
|
I am not exactly sure what this meant in the instructions
#
#-----[ COPY ]--------------------------------------------------
#
copy phpbb_seo/*.* to phpbb_seo/*.*
so what I did was open up the adv_mod_rewriteV0-2-4 folder and copy the entire phpbb_seo into my root directory?
Is that right? |
|
|
| Back to top |
|
 |
hbbt
Joined: 05 May 2007 Posts: 30
|
Posted: Sat May 05, 2007 5:51 pm Post subject: Re: Problems |
|
|
Ok I think I fixed it
Can someone please verify that everything looks good?
all I did was put the phpBB_seo folder into the /forums/ folder and it seems to be working?
Anyone see anything wrong with my site, I would greatly appreciate the feed back!
Thanks for the mod!! |
|
|
| Back to top |
|
 |
hbbt
Joined: 05 May 2007 Posts: 30
|
Posted: Sat May 05, 2007 7:01 pm Post subject: Re: Problems |
|
|
I think I have everything figured out .. trial and error
The advanced mod does not put category titles in the TITLE Tag does it? |
|
|
| Back to top |
|
 |
ultimatehandyman PR2

Joined: 15 Mar 2007 Posts: 209
|
Posted: Sun May 06, 2007 10:41 am Post subject: Re: Problems |
|
|
| How come you have installed a phpbb seo mod, but there is no phpbb seo link on your pages? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
hbbt
Joined: 05 May 2007 Posts: 30
|
Posted: Mon May 07, 2007 3:26 pm Post subject: Re: Problems |
|
|
I have a question about the .htaccess file.
This is what mine currently looks like.
| Code: | ErrorDocument 404 /404.html
# You could need to un-comment the following line
# Options +FollowSymlinks
RewriteEngine On
RewriteBase /
#########################################################
# PHPBB SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
# RewriteRule ^forums/index\.html$ /forums/index.php [QSA,L,NC]
# FORUM 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 FORUM
RewriteRule ^forums/[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /forums/viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^forums/[a-z0-9_-]*-f([0-9]+)\.html$ /forums/viewforum.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 PHPBB PAGES
##################################################### |
But something is now messed up on my hosting?
If you go to http://www.webrankinfo.com/english/tools/server-header.php and type in my www.homebasedbusinesst.com address then it comes up with a 302 error?
Any help is greatly appreciated! |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
hbbt
Joined: 05 May 2007 Posts: 30
|
Posted: Mon May 07, 2007 3:59 pm Post subject: Re: Problems |
|
|
Ok link is up at my Home Based Business Forums at the bottom!
Sorry for doing that so late! |
|
|
| Back to top |
|
 |
hbbt
Joined: 05 May 2007 Posts: 30
|
Posted: Mon May 07, 2007 5:24 pm Post subject: Re: Problems |
|
|
I dont understand .. what can be done about this?
Was my .htaccess file ok to work with? any modifications there? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
|
|