- Home
- Categorie
- Coding e Sistemistica
- CMS & Piattaforme Self-Hosted
- Problema mybb seo
-
Problema mybb seo
Salve..
Io uso mybb
Voglio attivare questo pluning:
spicefuse.com/mybb-seo-1-0-beta-t-5.html
Praticamente attivando funzione mod_rewrite permette di trasformare i link in php in html..
Solo che quando lo attivo non va quando provo a cliccare su un mio link di un forum mi da errore 404
Io ho attivato tutto non so quale sia il problema.. presumo sia .htaccess
dovrebbe essere questo# //seo_mod_start RewriteEngine On # Uncomment the following and add your forum path if rewrites arent working properly #RewriteBase /mybb/ RewriteRule ^index.html$ index.php [L,NE] RewriteRule ^(.*)-t-([0-9]+).html(.*)$ showthread.php?tid=$2$3 [QSA,L] RewriteRule ^(.*)-t-([0-9]+)-([0-9]+).html$ showthread.php?tid=$2&page=$3 [QSA,L] RewriteRule ^(.*)-f-([0-9]+).html(.*)$ forumdisplay.php?fid=$2$3 [QSA,L] RewriteRule ^(.*)-f-([0-9]+)-([a-z]+)(-|-[a-z]+)-([0-9]+)-([0-9]+).html(.*)$ forumdisplay.php?fid=$2&sortby=$3&order=$4&datecut=$5&page=$6$7 RewriteRule ^(.*)-a-([0-9]+).html$ announcements.php?aid=$2 # //seo_mod_end ```Il mio forum si trova a questa path sito/forum/index.php Mi dite come impostare questo file? perche certe volte altervista mi da errore 500 che dice che il file .htaccess ha qualcosa di sbagliato... Se ho sbagliato sezione scusate
-
siamo sicuri che mod_rewrite funzioni?
fai il test per vedere se è abilitato. trovi uno zip col necessario dentro il thread della guida
-
Uncomment the following and add your forum path if rewrites arent working properly
#RewriteBase /mybb/
@simoStyle said:
Il mio forum si trova a questa path sito/forum/index.php
Penso che i due quote di sopra dovrebbero bastare a farti capire cosa dovresti cambiare nel tuo file .htaccess
Se non basta te lo spiego ... cancella il carattere di cancelletto all'inizio della quarta riga del file .htaccess e sostituisci nella stessa riga /mybb/ con /forum/ciao
-
Sicuri che MyBB SEO funzioni con la 1.4?:?
-
@Gozzi said:
Sicuri che MyBB SEO funzioni con la 1.4?:?
sisi funziona
-
si certo che funziona un altro esempio rc-walkera.com/mybb
e poi é l'autore a dirlo che funziona== History
1.1 Beta 1: (August 04, 2008)
- Made compatible with version 1.4.
- Added feature to have directory structure such as /forum-name/topic-name-t-xy.html
- Added it as an option to convert users urls to /username-u-xy.html or members/username-xy.html
History lost! Will be updated later. Latest version is beta 9!
-
Scusate, che gaffe!
-
Il plugin funziona se correttamente installato, peccato che abbia un bug non indifferente: non permette di unire due thread.
Chi lo ha installato può provare?