Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Aiarashi

    (@aiarashi)

    thanks for all the help, guys. Now I finally got it to work right. Turns out all I had to do was edit the .htaccess file with the following code:

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

    # END WordPress

    Thread Starter Aiarashi

    (@aiarashi)

    Okay, I fixed it. I just had to delete the installed_in_root.php file from the .fantasticodata folder. The installation worked so I’ll try what you told me with the first question now. ^^
    Thanks.

    Thread Starter Aiarashi

    (@aiarashi)

    I backed up the files and removed WordPress from there… but now I get this message when trying to re-install it:

    The installation can not be completed:

    – You cannot install more than one script in the root directory of a domain.

    Click on the browser’s Back button to fix reported errors.

    So I went to the FTP manager and there’s nothing in the domain’s folder it’s completely empty, but I still get that message in Fantastico, even though in my WordPress dashboard it says I have no installations. I tried making a new installation in another folder and moving the files to the old folder but that doesn’t work either. 🙁

    Thread Starter Aiarashi

    (@aiarashi)

    Thanks for the response, guys.
    Well I went into my admin area but now I’m getting this message:
    Forbidden

    You don’t have permission to access / on this server.

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

    Now I can’t even access my admin area, or the site for that matter. Did I get hacked? :/

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