devil7777 Posted March 19, 2012 Share Posted March 19, 2012 Salve ragazzi uso la nuova version 1.4.7 ho un problema: la prima volta che si digita nella riga del browser il mio sito www.abitilavoro24.it mi da un errore simile: Forbidden You don't have permission to access /abbigliamento-antinfortunistico-online/ on this server. ma se si fa aggiorna entra regolarmente nel sito tutti i file di installazione di prestashop sono in una sottocartella chiamata:( abbigliamento-antinfortunistico-online ) e al di fuori di questa cartella ho il file .htaccess che e composto come segue: # URL rewriting module activation RewriteEngine on # Change yourdomain.com to be your main domain. RewriteCond %{HTTP_HOST} ^www.abitilavoro24.it$ # Change 'subfolder' to be the folder you will use for your main domain. RewriteCond %{REQUEST_URI} !^/abbigliamento-antinfortunistico-online/ # Don't change this line. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Change 'subfolder' to be the folder you will use for your main domain. RewriteRule ^(.*)$ /abbigliamento-antinfortunistico-online/$1 # Change yourdomain.com to be your main domain again. # Change 'subfolder' to be the folder you will use for your main domain # followed by / then the main file for your site, index.php, index.html, etc. RewriteCond %{HTTP_HOST} ^www.abitilavoro24.it$ RewriteRule ^(/)?$ abbigliamento-antinfortunistico-online/index.php [L] Dove sbaglio i permessi della cartella abbigliamento-antinfortunistico-online sono impostati su 755 come giusto che sia su server aruba linux Qualcuno di voi piu esperto di me sicuramente mi potrebbe illuminare??? Grazie infinite in anticipo Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now