Forums

Internal Server Error?!?! (2 posts)

  1. ChrisDuncan
    Member
    Posted 6 years ago #

    Hi there helpful people!

    I've just installed wordpress at http://www.supaflydesign.com/wordpress. Twice. First time i decompressed the archive locally and uploaded, had problems so uploaded archive and decompressed remotely via ssh. Same problem. I'm running PHP 4.2.3 and MySQL MySQL 3.23.49a. Its a managed server so neither of these are things i can change myself. Its a long drawn out process of moaning at the hosts. Both are operating fine, I've run test scripts, in fact, the installation process of WordPress worked a treat, as does the admin section. When i go to 'view site' or type in the above mentioned URL manually, I get an Internal Server Error. Help?? :oP

    Thanks in advance anyone, this is doing my fruit in.

    Regards

    Chris

  2. Austin Matzko
    Member
    Posted 6 years ago #

    It probably has something to do with your .htaccess file. What does it look like? For WordPress 2.0 it should be pretty standard, something like this (for a WP install in the wordpress subdirectory):
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php
    </IfModule>

    # END WordPress

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags