salve,
ho installato cs-cart, l'installazione e andato a buon fine. ma purtroppo ho qualche problema con il file .htaccess
ciò quando vado a cliccale nelle sottocartelle mi dice che manca il file index.html (o php) ma in realta il file non deve essere..
come posso modificare il file .htaccess nella maniera che funzioni?
il sito http://dahermes.altervista.org/da/
invece il se provo a cliccale http://dahermes.altervista.org/da/android/ mi da errore
alterVista
Pagina index mancante
La cartella /da/android/ non contiene una pagina index.
Devi creare una pagina che si chiami index.html, index.htm oppure index.php (tutto minuscolo).
Attenzione: se hai creato il sito da poco potrebbe essere necessario attendere fino a 24 ore prima che sia visibile.
# Cache all images for 2 weeks
<IfModule mod_expires.c>
<FilesMatch "\.(jpg|jpeg|png|gif|tiff|bmp|js|css)$">
ExpiresActive on
ExpiresDefault "access plus 2 weeks"
</FilesMatch>
</IfModule>
<IfModule mod_headers.c>
<filesMatch "\.(gif|png|jpg|jpeg|ico|js|css)$">
Header set Cache-Control "max-age=1209600"
</filesMatch>
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
# Please note that RewriteBase setting is obsolete use it only in case you experience some problems with SEO addon.
# Some hostings require RewriteBase to be uncommented
# Example:
# Your store url is http://www.yourcompany.com/store/cart
# So "RewriteBase" should be:
# RewriteBase /store/cart
# RewriteBase /
Options -MultiViews