• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter evargast

    (@evargast)

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

    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.

    Thread Starter evargast

    (@evargast)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My web page wont open!’ is closed to new replies.