• Hello,

    I’ve been editing my .htacces to fix WSOD.
    I got Internal server 500 Error and now I am back to WSOD.

    Here is the portion of my .htaccess that I think is the problem

    Options All -Indexes 
    
    RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com/.*$ [NC] RewriteRule \.(gif|jpg)$ http://www.safaritosuccess/travelblog/hotlink.gif [R,L]
    
    # 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

    The WP site is in a subdirectory safaritosuccess/travelblog/

    The main domain is here:
    safaritosuccess.com/

    I can see the main site but not the WP which is in /travelblog/

    Can someone please help?

  • The topic ‘WP WSOD, Internal Server 500 Error’ is closed to new replies.