Title: Website error visualization
Last modified: September 29, 2016

---

# Website error visualization

 *  Resolved [xuki87](https://wordpress.org/support/users/xuki87/)
 * (@xuki87)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/website-error-visualization/)
 * Hello Everyone,
 * i’m quite desperate. My website is `www.parajse.com` and as you can see is not
   normal. I want to change something on .htaccess file but i think i messed it 
   up. I didnt backup before the file since i was using the UpDraftPlus Backup Plugin
   and i thought that he backuped every file (now i found that is not like this).
   I put on my directory a new .htaccess but nothing changed. I tried to deactivate
   all the plugins but still nothing happens.
 * Can someone help me please. I dont want to start and write all the article from
   the beginning.
    I can give a user pass to enter on admin panel and to have a 
   look what i messed up..
 * **[Moderator note: Never offer access; never accept an request for credentials.]**
 * I’m really desperate and thank you if you have any idea on how i can resolve 
   this problem
 * Best regards
    -  This topic was modified 9 years, 8 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
    -  This topic was modified 9 years, 8 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [Radices](https://wordpress.org/support/users/radices/)
 * (@radices)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/website-error-visualization/#post-8234798)
 * Hi, Please do not give your login credentials to strangers on the forums! Your
   data is ok so you haven’t lost the article. Here is a working copy of my .htaccess
 *     ```
       <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
       ```
   
    -  This reply was modified 9 years, 8 months ago by [Radices](https://wordpress.org/support/users/radices/).
      Reason: Code `
 *  Thread Starter [xuki87](https://wordpress.org/support/users/xuki87/)
 * (@xuki87)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/website-error-visualization/#post-8234839)
 * Notthing new happened.. i have the same error… And now no plugin is activated!
    -  This reply was modified 9 years, 8 months ago by [xuki87](https://wordpress.org/support/users/xuki87/).
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 8 months ago](https://wordpress.org/support/topic/website-error-visualization/#post-8235050)
 * Use the default WordPress .htaccess file — I see LOTS of 500 errors, however,
   so something else may be going on.
 *     ```
       # 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
 *  Thread Starter [xuki87](https://wordpress.org/support/users/xuki87/)
 * (@xuki87)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/website-error-visualization/#post-8235071)
 * Thank everyone but the problem is still there…
 * 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](http://imgur.com/a/hC8nm))…
   Seems there are no connection or something else.
    -  This reply was modified 9 years, 8 months ago by [xuki87](https://wordpress.org/support/users/xuki87/).
    -  This reply was modified 9 years, 8 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 *  Thread Starter [xuki87](https://wordpress.org/support/users/xuki87/)
 * (@xuki87)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/website-error-visualization/#post-8235139)
 * If i tried to open a photo it get me this error: Photo[Error](http://imgur.com/a/ALcZP)
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 8 months ago](https://wordpress.org/support/topic/website-error-visualization/#post-8235158)
 * You continue to have a large number of 500 errors.
 * Let’s try [enabling WP_DEBUG](https://codex.wordpress.org/WP_DEBUG)
 *  [Radices](https://wordpress.org/support/users/radices/)
 * (@radices)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/website-error-visualization/#post-8235215)
 * Check for error_log in your wordpress folder as well. It often helps in figuring
   out whats causing the server error.
 *  Thread Starter [xuki87](https://wordpress.org/support/users/xuki87/)
 * (@xuki87)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/website-error-visualization/#post-8235292)
 * I just enable Wp_Debug on wp-config.php file…
 * Cant find error_log in my wordpress folder… i have only access.log / [http://ftp.log](http://ftp.log)
   and mail.log nothing else
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 8 months ago](https://wordpress.org/support/topic/website-error-visualization/#post-8235366)
 * This is one of the links that results in a 500 error:
 * [http://www.parajse.com/wp-content/uploads/2016/08/fotot-me-te-bukura-gusht-6-744×558.jpg](http://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.
 *  Thread Starter [xuki87](https://wordpress.org/support/users/xuki87/)
 * (@xuki87)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/website-error-visualization/#post-8237879)
 * Hello Everyone,
 * 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](https://wordpress.org/support/users/sterndata/) how can i see how
   many error i have on my website?
 * Thank you
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 8 months ago](https://wordpress.org/support/topic/website-error-visualization/#post-8238563)
 * If you’re using Chrome, right click on the site and select “Inspect”. If there
   are errors, you’ll see a number in a red circle on the top of the inspector. 
   Click on the red dot to see a list of the errors.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Website error visualization’ is closed to new replies.

## Tags

 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 3 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/website-error-visualization/#post-8238563)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
