• Hello, I have a problem with my website and i can’t figure out a solution after hours of websurfing, so I try asking directly here.
    This is the website: https://www.lavaldichiana.it
    Suddendly it started to show the 503 error, or showing pages really slowly, with no css customization on the main theme and no chance to access the wp-admin.
    So i started searching the problem, with plugins or child theme, i tried to extend the permissions to all folders in ftp, finally i tried deleting the file .htaccess and seemed to work, the website show up with customization and all. I had to regenerate permalink and all worked just fine for ten minutes, then the website started again the same problems.
    The htaccess is in mod_rewrite, I also use w3 total cache but it seems to me that the website works just fine until it starts a sort of loop with the htaccess file. Any suggestion?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried deactivating your plugins and switch to an unmodified default theme? This can narrow it down to a plugin issue or theme issue. Do you have anything going on in your .htaccess other than the what is in between the #BEGIN WORDPRESS and #END WORDPRESS?

    Thread Starter xaytar

    (@xaytar)

    I tried with plugins and theme switch but was useless…
    Between the 2 lines I have:

    # 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

    Before that, I have many lines about W3Total Cache

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘htaccess and 503 error’ is closed to new replies.