Aiarashi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP won't create the pages it claims were createdthanks 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
Forum: Fixing WordPress
In reply to: WP won't create the pages it claims were createdOkay, 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.Forum: Fixing WordPress
In reply to: WP won't create the pages it claims were createdI 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. 🙁
Forum: Fixing WordPress
In reply to: WP won't create the pages it claims were createdThanks for the response, guys.
Well I went into my admin area but now I’m getting this message:
ForbiddenYou 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? :/