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
evargast
Member
Posted 11 months ago #
http://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.
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