Upgrade asks me for FTP
-
Hi… I’ve installed WordPress on https://winsat.com.ar under ‘wordpress’ folder.
I installed plugins and a theme, also made a child theme.
Always accesing to https://winsat.com.ar/wordpress/Then I changed my htaccess file and wordpress configuration to hide the wordpress folder on the URL.
Site is working fine but when trying to update plugins, themes or wordpress core it asks me for FTP.
Server configuration has no changed.
This is my htaccess file:
RewriteOptions inherit RewriteEngine On RewriteRule ^$ wordpress/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ wordpress/$1 RewriteCond %{HTTP_HOST} ^winsat\.com\.ar$ [OR] RewriteCond %{HTTP_HOST} ^www\.winsat\.com\.ar$
What could be gone wrong? why is asking me for FTP if I already installed plugins and themes not by FTP way (just using WP interface)
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Upgrade asks me for FTP’ is closed to new replies.