Hello all
Struggling with brand new site new 4.5.1 version from WP.org so after trying so many things including talking to my server support for hours yesterday (literally) this what I have:
– Running on PHP 5.6
– all content lying on root although the domain as such is a sub-domain (the actual domain in redirected to another folder that is also lying on root as we want to keep things alive)
– brand new version from www.remarpro.com (US) uploaded via ftp
– database is working fine and interacting well
– I uploaded a basic .htaccess (and got other pages to run smoothly) via ftp
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
– I have added
define(‘WP_MEMORY_LIMIT’, ’64MB’);` to the wp-config file as this was suggested in another forum
– I have changed permissions to 775 and tried 777
Basically it seem like WP does not want to speak to root..
(note the old site -joomla – is running separately and perfectly in other folder two levels down i.e. root/temp/joomla-folder and all hidden files where moved over to this folder as well)
I do not get http error but “cannot move” cannot create etc”
Any ideas..? Pretty please..