Path issue to wp-config.php on Windows Server 2012
-
I get the following message after activating W3 Total Cache:
“FTP credentials don’t allow to write to file C:\inetpub\wwwroot/wp-config.php”
I manually added to wp-config.php:
/** Enable W3 Total Cache */ define('WP_CACHE', true); // Added by W3 Total CacheI also changed:
/** Absolute path to the WordPress directory. */ define('ABSPATH', 'C:\\inetpub\\wwwroot\\');I don’t want to go any further with this because I believe it has a path issue but I have been unable to solve it.
I also restarted IIS Services but still no luck.
The topic ‘Path issue to wp-config.php on Windows Server 2012’ is closed to new replies.