Thread Starter
esjee
(@esjee)
Sorry, it still doesn’t work. I changed the permissions to 777. Still getting the message..
Can it have a relation with my other website under wordpress? Updates for that website or possible..
Both on localhost on my NAS server..
Thread Starter
esjee
(@esjee)
Thanks jonradio.Now it’s working.
But…now i cannot reach my login. The link is using this adress http://www.sjackjansmafotografie.nl/wp-login.php instead of http://www.sjackjansmafotografie.nl/wordpress/wp-login.php.
the index.php file in the wordpress directory
/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
and te index.php file in the root directory
/** Loads the WordPress Environment and Template */
require(‘./wordpress/wp-blog-header.php’);
the .htaccess files are in both directories the same.