Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter marcdavid

    (@marcdavid)

    Resolved by my host. I asked them what fixed it but didn’t receive an answer. I don’t think 2.2 was completely compatible with their setup and they either had to upgrade PHP, Zend or MySQL or they fixed the Fantastico installation.

    I did a totally fresh, FTPed install not using Fantastico as a last resort yesterday. It still did not work. So it was on my host’s end.

    Thread Starter marcdavid

    (@marcdavid)

    Totally deleted everything in the folder.

    Created a MySQL database and user with full privilages.

    Uploaded all the files. Ran the install script. Noticed php errors right off.

    Once installed, I couldn’t get past the login screen without numbers php errors.

    Went back to the Fantastico installation. It’s up again but soon explodes with the same .htaccess: RewriteBase: argument is not a valid URL

    Once I make any modifications.

    Thread Starter marcdavid

    (@marcdavid)

    Fresh install.

    Absolutely no plug-ins installed at all.

    Thread Starter marcdavid

    (@marcdavid)

    It really revolves around the .htaccess file.

    Everytime I get the 500 internal server errors. I delete the .htaccess file and I can get back in.

    Mind you, there’s nothing different about the default that keeps getting created vs. the one that seemed to break the installation.

    Thread Starter marcdavid

    (@marcdavid)

    If I updated my permalinks..

    It crashes.

    If I go to my cPanel and delete the .htaccess file that is created by default.

    It works.

    But if I update the permalinks again, it crashes.

    This is .htaccess file that keeps getting created every time I delete it.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase Array/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . Array/index.php [L]
    </IfModule>

    # END WordPress

Viewing 5 replies - 1 through 5 (of 5 total)