Salve signori!
Da quando ho attivato il php5 per tutto il sito:
Codice:
AddHandler av-php5 .php
mi ritrovo un fastidioso problema ovvero la rinomina dell'htaccess del forum il quale usando prettyurls diventa non consultabile dall'utenza!
Una volta rinominato torna tutto a funzionare fin quando da un momento all'altro senza apparente motivo viene nuovamente rinominato in htaccess.txt
Questo il codice inserito:
Codice:
# Pretty URLs mod
# http://code.google.com/p/prettyurls/
# .htaccess file generated automatically on: July 21, 2008, 2:38
# Favicon
AddType image/x-icon .ico
RewriteEngine on
RewriteBase /forum
# Rules for: sitemap
RewriteRule ^sitemap-php/$ /forum/index.php?action=sitemap
RewriteRule ^smf_sitemap.xml$ /forum/index.php?action=sitemap;xml
# Rules for: arcade
RewriteRule ^arcade/$ /forum/index.php?action=arcade
# Rules for: profiles
RewriteRule ^profile/([^/]+)/?$ ./index.php?pretty;action=profile;user=$1 [L,QSA]
# Rules for: actions
RewriteRule ^(ajaxreg_checkusername|ajaxreg_checkemail|ajaxreg_checkpasswrd1|ajaxreg_checkpasswrd2|activate|admin|announce|arcade)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(managegames|arcadecategory|arcadesettings|ban|boardrecount|buddy|calendar|cleanperms)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(collapse|comment|convertentities|convertutf8|coppa|deletemsg|detailedversion|display)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(dlattach|dumpdb|editpoll|editpoll2|featuresettings|featuresettings2|findmember|help)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(gallery|gallery|helpadmin|im|jsoption|jsmodify|lock|lockVoting)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(login|login2|logout|maintain|manageattachments|manageboards|managecalendar|managesearch)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(markasread|membergroups|mergetopics|mlist|modifycat|modifykarma|modlog|movetopic)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(movetopic2|news|notify|notifyboard|optimizetables|packageget|packages|permissions)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(pgdownload|pm|post|post2|postsettings|printpage|profile|profile2)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(quotefast|quickmod|quickmod2|recent|regcenter|register|register2|related)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(reminder|removetopic2|removeoldtopics2|removepoll|repairboards|reporttm|reports|requestmembers)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(search|search2|sendtopic|serversettings|serversettings2|sitemap|smileys|smstats)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(spellcheck|splittopics|stats|sticky|theme|trackip|about:mozilla|about:unknown)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(unread|unreadreplies|viewErrorLog|viewmembers|viewprofile|verificationcode|vote|viewquery)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(who|\.xml|thanks)/?$ ./index.php?pretty;action=$1 [L,QSA]
# Rules for: boards
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/?$ ./index.php?pretty;board=$1.0 [L,QSA]
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([0-9]*)/?$ ./index.php?pretty;board=$1.$2 [L,QSA]
# Rules for: topics
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([-_!~*'()$a-zA-Z0-9]+)/?$ ./index.php?pretty;board=$1;topic=$2.0 [L,QSA]
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([-_!~*'()$a-zA-Z0-9]+)/([0-9]*|msg[0-9]*|new)/?$ ./index.php?pretty;board=$1;topic=$2.$3 [L,QSA]
Mo devo andare, mancherò tutto il giorno.
Se lo staff desidera fare delle verifiche in ogni caso....
Grazie per ogni eventuale risposta, DarkWolf