- Home
- Categorie
- Coding e Sistemistica
- CMS & Piattaforme Self-Hosted
- Guida - Installare e configurare le URL su MyBB con Seo Plugin
-
Se ti riferisci a questo
[php]
//seo_mod_start
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 ^(.*)-u-([0-9]+).html$ member.php?action=profile&uid=$2 [QSA,L]
RewriteRule ^members/(.*)-([0-9]+).html$ member.php?action=profile&uid=$2 [QSA,L]
RewriteRule ^(.)/(.)-f-([0-9]+).html(.*)$ forumdisplay.php?fid=$2$3 [QSA,L]
RewriteRule ^(.)-f-([0-9]+)-([0-9]+).html(.)$ forumdisplay.php?fid=$2&page=$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[/php]Credo vada bene
-
@cionfs said:
Credo vada bene
Ok grazie 1000 per il supporto ;):)
-
Figurati
Fammi sapere se funge tutto
-
@cionfs said:
Fammi sapere se funge tutto
rieccomi come da aspettative :D:DNon riesco ad accedere nelle varie sezioni
-
In che senso? Puoi vedere i profili utenti, i topic ma non le sezioni?
Su che livello Γ¨ installato il forum? Secondo, terzo, sottocartella?
-
@cionfs said:
In che senso? Puoi vedere i profili utenti, i topic ma non le sezioni?
Su che livello Γ¨ installato il forum? Secondo, terzo, sottocartella?
Visualizzo solo la home del forum.il forum non ha nessuna sottocartella Γ¨ nella home
-
Nel file htaccess non c'Γ¨ questa riga, vero?
[php]
Options -MultiViews +FollowSymlinks -Indexes
[/php]
-
@cionfs said:
Nel file htaccess non c'Γ¨ questa riga, vero?
[php]
Options -MultiViews +FollowSymlinks -Indexes
[/php]
in quale htaccess?
-
Nell'htaccess del forum
-
@cionfs said:
Nell'htaccess del forum
si ma dici in quello che ho ora o quello che ho postato nie precedenti post?
-
In quello che hai ora
-
OK e dove la devo inserire la riga:
[PHP]ptions -MultiViews +FollowSymlinks -Indexes[/PHP]
Grazie
-
Non la devi inserire
La devi levare, se c'Γ¨
-
@cionfs said:
Non la devi inserire
La devi levare, se c'Γ¨
ok