Nejste přihlášeni
Stránky 1
už to jde ... děkuji moc
Dobrý den, ladil jsem web a odklikal nějakou optimizaci Apache. Od té chvíle doména <!-- w --><a class="postlink" href="http://www.levnaletenka.jecool.net">www.levnaletenka.jecool.net</a><!-- w --> je nedostupná. Na foru jsem zjistil, že bude asi možná zrada v .htaccess ... posílám jeho výpis:
jde s tím prosím něco udělat? Děkuji za jakoukoliv pomoc.
# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# WARNING: PLEASE DO NOT MODIFY THIS FILE MANUALLY. IF NECESSARY, ADD YOUR SPECIFIC CONFIGURATION WITH THE HTACCESS GENERATOR IN BACK OFFICE
# http://www.prestashop.com - http://www.prestashop.com/forums
<IfModule mod_rewrite.c>
# Disable Multiviews
Options -Multiviews
# URL rewriting module activation
RewriteEngine on
# URL rewriting rules
</IfModule>
# Catch 404 errors
ErrorDocument 404 /404.php
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 week"
ExpiresByType text/javascript "access plus 1 week"
ExpiresByType application/javascript "access plus 1 week"
ExpiresByType application/x-javascript "access plus 1 week"
ExpiresByType image/x-icon "access plus 1 year"
</IfModule>
FileETag INode MTime Size
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
</IfModule>
Stránky 1