Forums

My web page wont open! (4 posts)

  1. evargast
    Member
    Posted 11 months ago #

    can enter the admin area but not the webpage itself. i get an error saying 500 internal http server error any idea on how to start a troubleshoot any source code i could check? any ideas are appreciated. i already deactivated all plugins, still no luck

  2. evargast
    Member
    Posted 11 months ago #

    http://www.creativehaus.mx
    redirects to my wordpres installation /wordpress

  3. Jonas Grumby
    Member
    Posted 11 months ago #

    Try setting Permalinks to default and renaming the .htaccess file. If that doesn't work, the redirect may be set up in your hosting control panel.

  4. evargast
    Member
    Posted 11 months ago #

    thank you for you reply, but sorry i was wrong no more acces to control panel. i have trough ftp. just renaming .htacces should work?

    is there a log i could check like error i found that in my htacces file i have

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    i need to redirect creativehaus.mx to creativehaus.mx/wordpress

Reply

You must log in to post.

About this Topic