Hi all,
So ever since I upgraded to 2.0, I am not able to create new websites and install WordPress LS Cache. I never had a issue on 1.9 until I ended up upgrading.
Here are the steps that I follow:
Create a website and input all of the correct information and domain.
Click on install WordPress/LSCache and I get the green bar and a “Successfully installed WordPress” message but /public_html/ stays empty.
My vHost.file has the autoload:
rewrite {
enable 1
autoLoadHtaccess 1
}
My .htaccess has the following:
cat: /home/saintlouis.events/public_html/.htaccess: No such file or directory
Even when I input the .htaccess for WordPress manually, it doesn’t work. Here what I MANUALLY inputted into the .htaccess:
BEGIN WordPress
The directives (lines) between BEGIN WordPress
and END WordPress
are
dynamically generated, and should only be modified via WordPress filters.
Any changes to the directives between these markers will be overwritten.
RewriteEngine On RewriteBase / RewriteRule ^index\\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]END WordPress
BEGIN MainWP
The directives (lines) between BEGIN MainWP
and END MainWP
are
dynamically generated, and should only be modified via WordPress filters.
Any changes to the directives between these markers will be overwritten.
END MainWP
So when I went into the FTP and MANUALLY installed a wordpress install into public_html/ and I’m still getting the 404 page.
Anyone know what might be causing this?