<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
AddOutputFilterByType DEFLATE font/truetype font/opentype
</IfModule>
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
</IfModule>
## EXPIRES CACHING ##
### BEGIN .htaccess
# Protect the htaccess file
<Files .htaccess>
Order Allow,Deny
Deny from all
</Files>
# Protect wpconfig.php
<Files wp-config.php>
Order Allow,Deny
Deny from all
</Files>
# Disable directory browsing
# For security reasons, Option all cannot be overridden.
# Options All -Indexes
#Options +ExecCGI Includes IncludesNOEXEC SymLinksIfOwnerMatch -Indexes
# End of file
# #############################################
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php70” package as the default “PHP” programming language.
<IfModule mime_module>
AddType application/x-httpd-ea-php70 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
]]>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Get rid of the rest of your .htaccess file
]]>All the plugins are deactivated and the .htaccess file is the default one… i din’t touch nothing else… Is there a method to understand where is the problem? Maybe before it started with all the problems i activated GZIP compression on W3 total cache plugin but now i deactivated it and i uninstalled it. My website is still in this condition: parajse.com
Even if i open any of my post or the media i have the same problem (photo)… Seems there are no connection or something else.
]]>Let’s try enabling WP_DEBUG
]]>Cant find error_log in my wordpress folder… i have only access.log / https://ftp.log and mail.log nothing else
]]>https://www.parajse.com/wp-content/uploads/2016/08/fotot-me-te-bukura-gusht-6-744×558.jpg
Ask your host where to find the error log.
]]>i just download my website (2 days older from my webhost) and re-put it on server overwriting everything and now is back online again.
About the rror-log i just follow their instruction on web (1nd1) and put a php.ini file on my root but i cant find the file.
@sterndata how can i see how many error i have on my website?
Thank you
]]>