phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Clean installation and isnt working

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
::  
Author Message
styzo



Joined: 01 Feb 2008
Posts: 4

Clean installation and isnt workingPosted: Fri Feb 01, 2008 5:30 am    Post subject: Clean installation and isnt working

Hello !

I was downloaded the full package from : http://www.phpbb-seo.com/boards/phpbb-seo-premod/seo-url-premod-vt1549.html and i have installed. My phpinfo is here : http://chron.ro/forum/x.php and the fresh installed forum is located here: http://chron.ro/forum .

All installation was perfect, I copy the htaccess file in /forum directory and isn't working. I try also to copy in root directory but still isn't working.

The htaccess is this:


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 /forum/
# 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
#####################################################



Please if you are kind to take a look at this problem.
I am looking forward to hearing from you.
Regards.

P.S. I can give you also the ftp access to take a look if you are kind. Just send me a PM. Thank you !


.
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

Clean installation and isnt workingPosted: Fri Feb 01, 2008 11:00 am    Post subject: Re: Clean installation and isnt working

This .htaccess is meant to be used in the forum/ dir.

So first make sure you can use mod_rewrite.

If so, it must only be a slash issue, try generating several .htaccess with the advanced options (hit the more options option before you can see them Wink).

++

_________________
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
Visit poster's website
styzo



Joined: 01 Feb 2008
Posts: 4

Clean installation and isnt workingPosted: Fri Feb 01, 2008 3:09 pm    Post subject: Re: Clean installation and isnt working

After i verify if rewrite rule is working I find that is WORKING ! (the rewrite rule, not the forum)

I made tons of combinations, but still no effect.
I send it you a pm if you are kind to take a look on the server.

Best regards,
Ady.
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

Clean installation and isnt workingPosted: Wed Feb 06, 2008 8:49 am    Post subject: Re: Clean installation and isnt working

Then it must only be a slash matter in the rewriterules.

The idea is you should use the same slashes pattern than for the other working rewriterules.

On the .htaccess you posted, you for example have one after the first "^", which is only useful under pretty rare circumstances.

I suggest you to first try the default .htaccess in the domain's root (above the forum/ dir), and then start playing with slashes if not enough.

It will work Wink

++

_________________
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
Visit poster's website
styzo



Joined: 01 Feb 2008
Posts: 4

Clean installation and isnt workingPosted: Fri Feb 08, 2008 9:40 am    Post subject: Resolved

I resolved this issue.

The problem was that i have installed in domain/forum location and i modified "by hand" the .htaccess from this :
Quote:
RewriteRule ^/[a-z0-9_-]*-f([0-9]+)(-([0-9]+))?\.html$ /viewforum.php?f=$1&start=$3 [QSA,L,NC]
in this:
Quote:
RewriteRule ^/[a-z0-9_-]*-f([0-9]+)(-([0-9]+))?\.html$ /forum/viewforum.php?f=$1&start=$3 [QSA,L,NC]
-> i simply add "forum" at the beggining.

Thank you very much for your support.
Regards.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
Page 1 of 1

Navigation Similar Topics

Jump to: