|
|
|
Tweet |
|
Pannello Login |
|
Questa discussione si intitola Installare Phplinkdirectory con Filezilla FTP Client nella sezione Discussioni Generali sui CMS, appartenente alla categoria CMS; Salve, come devo fare per Installare Phplinkdirectory con Filezilla FTP Client sul mio dominio? Ho provato a eseguire le istruzioni ...
Sostieni Cionfs'Forum CMS!
|
||||
| Obiettivo per l'anno in corso: 1000 EUR, Ricevuto: 0 EUR (0%) |
|
Dona ora | ||
|
|
|
#1 |
|
Status: CMS Newbie
Data registrazione: 01/10/08
Messaggi: 6
Grazie dati : 0
Ringraziato 0 volte in 0 post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
Salve, come devo fare per Installare Phplinkdirectory con Filezilla FTP Client sul mio dominio?
Ho provato a eseguire le istruzioni come in locale, solo tramite filezilla, ma non va? Premetto che in locale andava benissimo. Dove sbaglio? Grazie |
|
|
|
| #1.5 | |
|
ADS Bot Bot
Data registrazione: Da Sempre
Messaggi: Tanti
|
Annuncio Pubblicitario
|
|
|
|
|
|
#2 |
|
Tra locale e remoto filezilla non è differente
Sicuro che non viene bloccato da un firewall?
__________________
|
|
|
|
|
|
|
#3 |
|
Status: CMS Newbie
Data registrazione: 01/10/08
Messaggi: 6
Grazie dati : 0
Ringraziato 0 volte in 0 post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
No, compare questo errore quando lancio l'install:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, xxxx@.it and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. |
|
|
|
|
|
#5 |
|
ho anch'io lo stesso problema,ma quali sono le cartelle a cui dare i permessi 775?
grazie |
|
|
|
|
|
|
#6 |
|
Durante l'installazione imposta tutta la cartella a 775. Dopo l'installazione imposta tutto a 755 o 644.
__________________
|
|
|
|
|
|
|
#7 |
|
tutte le cartelle sono già impostate a 755,ll metto atutte a 777 o 644?
|
|
|
|
|
|
|
#8 |
|
Prova a impostarele a 775. Conta più che altro, per una questione di sicurezza, è bene cambiare i permessi dopo l'installazione
![]()
__________________
|
|
|
|
|
|
|
#9 |
|
niente da fare mi da sempre il solito errore,la cartella "config.php"va configurato prima,o in fase di installazione?ho provato anche a settare le cartelle a 777.cosa rimane da fare,ti prego aiutami che ho appena acquistato lo script e non vorrei cestinarlo inutilmente.grazie
|
|
|
|
|
|
|
#11 |
|
io la sto installano on-line,non in remoto,e sto usato filezilla
|
|
|
|
|
|
|
#12 |
|
In remoto significa online per me
Il file config.php è settato a 777 o 775?
__________________
|
|
|
|
|
|
|
#13 |
|
scusami,ma sto sfasando,sto impazzendo e ti sto facendo perdere tempo anche a te
|
|
|
|
|
|
|
#14 |
|
la cartella config.php ho provato sia a 777 che 775
|
|
|
|
|
|
|
#15 |
|
Non ti preoccupare
Io sono quì apposta :PAl massimo "perdiamo tempo" insieme Mi dici che errore ti da? Mi fai uno screenshot?
__________________
|
|
|
|
|
|
|
#16 |
|
il mio hosting è aruba,puo' essere incompatibile con questo tipo di script?sto impazzendo!!!!
|
|
|
|
|
|
|
#17 |
|
l'errore dovrebbe essere questo:
[Sun Feb 22 12:40:22 2009] [alert] [client 151.51.41.114] /web/htdocs/www.infopcfacile.it/home/dirr/.htaccess: Options not allowed here |
|
|
|
|
|
|
#18 |
|
Su aruba non ho riscontrato problemi di alcun tipo con quello script. Hai provato a modificare il file .htaccess inserendo il rewritebase con la cartella in cui si trova la directory?
__________________
|
|
|
|
|
|
|
#19 |
|
Sai ho sentito parlare già di cambiare la cartella ".htaccess"mi puoi spiegare piu' dettagliatamente la modifica da fare? te ne sarei grato.grazie mille
|
|
|
|
|
|
|
#20 |
|
Ipotizza di avere la directory in tuodominio.ext/dir
Nel file .htaccess dovrai inserire questa riga Codice:
Contenuto visibile solo ai registrati. A volte un settaggio errato provoca un errore tipo quello che hai tu. ![]()
__________________
|
|
|
|
|
|
|
#21 |
|
il file htaccess che deve essere modificato è solamente quello che c'è nella directory principale o anche nella cartella "install.temp,ecc"?
scusami ma non sono un programmatore,puoi essere piu' chiaro per me,grazie! |
|
|
|
|
|
|
#22 |
|
Solo quello nella directory
![]()
__________________
|
|
|
|
|
|
|
#24 |
|
Mi posti il contenuto del file .htaccess?
__________________
|
|
|
|
|
|
|
#25 |
|
#################################################
## PHP Link Directory - Apache Server Settings ## ################################################# # Prevent .htaccess and .htpasswd files from being viewed by web clients <Files "^\.ht"> Order allow,deny Deny from all </Files> # Protect files <Files ~ "^(.*)\.(inc|inc\.php|tpl|sql)$"> Order deny,allow Deny from all </Files> # Protect directories <Files ~ "^(backup|files|images|include|lang|libs(/.+)?|temp(/.+)?|templates(/.+)?|javascripts(/.+)?)$"> Order deny,allow Deny from all </Files> # Disable directory browsing # Options -Indexes # Follow symbolic links in this directory # Options +FollowSymLinks # Override PHP settings that cannot be changed at runtime # (If your server supports PHP settings via htaccess you can comment following two lines off) # php_value register_globals 0 # php_value session.auto_start 0 # Customized error messages # ( If you are running in a subfolder please add it, example: "directory/index.php?httpstatus=404" ) ErrorDocument 404 index.php?httpstatus=404 # Set the default handler DirectoryIndex index.php # URL rewrite rules <IfModule mod_rewrite.c> RewriteEngine On #Make sure RewriteBase points to the directory where you installed phpLD. #Example: "/phpld" if your installation is in a "phpld" subdirectory. #RewriteBase / ##Latest Links Rewrite RewriteCond %{dir} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^latest-links\.htm[l]?$ index.php?list=latest [QSA,NC,L] ##Top Hits Rewrite RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^top-hits\.htm[l]?$ index.php?list=top [QSA,NC,L] ##Latest Articles Rewrite RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^latest-articles\.htm[l]?$ index.php?list=latestarticles [QSA,NC,L] ##Details Link Page Rewrite RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule (.*)detail/link-(.*)\.htm[l]?$ detail.php [QSA,NC] ##Article Page Rewrite RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule (.*)articles/article-(.*)\.htm[l]?$ article.php [QSA,NC] ##Author Page Rewrite RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule (.*)authors/author-(.*)\.htm[l]?$ author.php [QSA,NC] ##Owner Page Rewrite RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule (.*)owner/owner-(.*)\.htm[l]?$ author.php [QSA,NC] ##Pagination Rewrite RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule (.*)page-[0-9]+\.html$ index.php [QSA,NC,L] ##Pages redirect RewriteCond %{REQUEST_URI} !page-[0-9]+\.html?$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.+)\.html$ page.php?name=$1 [NC,QSA,L] ##Category redirect RewriteCond %{dir} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*)$ index.php [QSA,L] </IfModule> |
|
|
|
|
| #1.5 | |
|
ADS Bot Bot
Data registrazione: Da Sempre
Età: Vecchissimo
Messaggi: Tanti
|
Annuncio Pubblicitario
|
|
|
|
![]() |
| Tag |
| client, con, filezilla, ftp, installare, phplinkdirectory |
| Strumenti discussione | |
| Modalità visualizzazione | |
|
|
P.IVA: 02750560738
© Cionfs'Forum CMS - E' vietata la copia anche parziale senza autorizzazione.
| Forum CMS | Forum WebMaster |Forum SEO |