Pagina 1 din 3
Instalare Mod_Seo mod?
Scris: 30-Dec-2012, 20:15:52
de gamerii
Salutare As dori si eu un mod phpbb . ( Mod_Seo )
Vreau acest mod sal instalez manual si doresc ca acet mod sa nu aibe erori sa fie bun ca sa pot urma pasii de instalare cum trebuie multumesc !
Re: Salut am nevoie de un mic ajutor
Scris: 30-Dec-2012, 20:29:30
de Anișor
Problema e cine il instaleaza nu instalarea ... modul functioneaza perfect
http://downloads.phpbb-seo.com/
Re: Instalare Mod_Seo mod?
Scris: 30-Dec-2012, 22:24:54
de bogdan
Re: Instalare Mod_Seo mod?
Scris: 03-Ian-2013, 21:38:47
de gamerii
am instalat modul cum trb dar vreau putin ajutor la setarea modului in acp trb sa bifez pe acolo si vreau putine indicatii ce trbs a fac ca sa functioneze calumea
Re: Instalare Mod_Seo mod?
Scris: 04-Ian-2013, 08:31:04
de Andrei !
Poti incerca aceste setari...
http://i.imgur.com/TKW4O.png
Re: Instalare Mod_Seo mod?
Scris: 04-Ian-2013, 18:12:24
de gamerii
Dar cand face acele setari imi da acest lucru si nush de ce ?
http://gamerii.ro/phpBB3/cereri-schimbare-username-f6/ Scuze de reclama . eu cred ca este instalat corect numai ca mai trb sa fac ceva si nu stiu ce astept un raspuns . multumesc !
Re: Instalare Mod_Seo mod?
Scris: 05-Ian-2013, 08:26:44
de Andrei !
adauga .htaccess-ul in
http://gamerii.ro/
zis "public_html" sau cum ai in ftp...
Re: Instalare Mod_Seo mod?
Scris: 05-Ian-2013, 18:58:57
de gamerii
unde gasesc .htaccess ca asta stiu unde sal adaug dar unde gasesc asta .htaccess
am incercat ceva si daca modific htcacces mi se pare ca nu mai merge ceva dar am sa mai incerc
Re: Instalare Mod_Seo mod?
Scris: 06-Ian-2013, 09:29:46
de Andrei !
pai daca nu ai deja .htaccess exact in ftp root la domeniul tau, il creezi si daca ai facut setarile care le-am pus eu, poti folosi acest .htaccess
Cod: Selectaţi tot
# 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 lines
# Options +FollowSymlinks
# To make sure that rewritten dir or file (/|.html) will not load dir.php in case it exist
# Options -MultiViews
# REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
RewriteEngine On
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
# RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
# REWRITE BASE
RewriteBase /
# HERE IS A GOOD PLACE TO FORCE CANONICAL DOMAIN
# RewriteCond %{HTTP_HOST} !^lunetistii\.ro$ [NC]
# RewriteRule ^(.*)$ http://lunetistii.ro/$1 [QSA,L,R=301]
# DO NOT GO FURTHER IF THE REQUESTED FILE / DIR DOES EXISTS
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
#####################################################
# PHPBB SEO REWRITE RULES ALL MODES
#####################################################
# 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/forum\.html$ /forum/index.php [QSA,L,NC]
# FORUM ALL MODES
RewriteRule ^forum/(forum|[a-z0-9_-]*-f)([0-9]+)/?(page([0-9]+)\.html)?$ /forum/viewforum.php?f=$2&start=$4 [QSA,L,NC]
# TOPIC WITH VIRTUAL FOLDER ALL MODES
RewriteRule ^forum/(forum|[a-z0-9_-]*-f)([0-9]+)/(topic|[a-z0-9_-]*-t)([0-9]+)(-([0-9]+))?\.html$ /forum/viewtopic.php?f=$2&t=$4&start=$6 [QSA,L,NC]
# TOPIC WITHOUT FORUM ID & DELIM ALL MODES
RewriteRule ^forum/([a-z0-9_-]*)/?(topic|[a-z0-9_-]*-t)([0-9]+)(-([0-9]+))?\.html$ /forum/viewtopic.php?forum_uri=$1&t=$3&start=$5 [QSA,L,NC]
# PHPBB FILES ALL MODES
RewriteRule ^forum/resources/[a-z0-9_-]+/(thumb/)?([0-9]+)$ /forum/download/file.php?id=$2&t=$1 [QSA,L,NC]
# PROFILES THROUGH USERNAME
RewriteRule ^forum/member/([^/]+)/?$ /forum/memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]
# USER MESSAGES THROUGH USERNAME
RewriteRule ^forum/member/([^/]+)/(topics|posts)/?(page([0-9]+)\.html)?$ /forum/search.php?author=$1&sr=$2&start=$4 [QSA,L,NC]
# GROUPS ALL MODES
RewriteRule ^forum/(group|[a-z0-9_-]*-g)([0-9]+)(-([0-9]+))?\.html$ /forum/memberlist.php?mode=group&g=$2&start=$4 [QSA,L,NC]
# POST
RewriteRule ^forum/post([0-9]+)\.html$ /forum/viewtopic.php?p=$1 [QSA,L,NC]
# ACTIVE TOPICS
RewriteRule ^forum/active-topics(-([0-9]+))?\.html$ /forum/search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]
# UNANSWERED TOPICS
RewriteRule ^forum/unanswered(-([0-9]+))?\.html$ /forum/search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]
# NEW POSTS
RewriteRule ^forum/newposts(-([0-9]+))?\.html$ /forum/search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC]
# UNREAD POSTS
RewriteRule ^forum/unreadposts(-([0-9]+))?\.html$ /forum/search.php?search_id=unreadposts&start=$2 [QSA,L,NC]
# THE TEAM
RewriteRule ^forum/the-team\.html$ /forum/memberlist.php?mode=leaders [QSA,L,NC]
# HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES
# FORUM WITHOUT ID & DELIM ALL MODES
# THESE THREE LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^forum/([a-z0-9_-]+)/?(page([0-9]+)\.html)?$ /forum/viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC]
# FIX RELATIVE PATHS : FILES
RewriteRule ^forum/.+/(style\.php|ucp\.php|mcp\.php|faq\.php|download/file.php)$ /forum/$1 [QSA,L,NC,R=301]
# FIX RELATIVE PATHS : IMAGES
RewriteRule ^forum/.+/(styles/.*|images/.*)/$ /forum/$1 [QSA,L,NC,R=301]
# END PHPBB PAGES
#####################################################
Re: Instalare Mod_Seo mod?
Scris: 06-Ian-2013, 12:33:19
de gamerii
am incercat de nush cate ori am pus si htcacces si nimic lafel nush de ce nu merge daca este ma poti ajuta pe mess io stiu team 8 ca nu inteleg de ce nu merge am bifat si la htcacces din seo mod si nu ramane bifat