Problems fixing a REST API 404 after Moving my WordPress Directory and updating Permalink Structure

This sounds like it might be an issue with how the files for the main Apache2 configuration file and those found in the virtual host are written. Adding the following line to the file * /etc/apache2/sites-available/hostname-le-ssl.conf before <Directory /var/www/html/hostname/public_html/> AllowOverride All Then restart apache2. $ sudo systemctl restart apache2 The files in /etc/apache2/sites-available are symlinked … Read more

WordPress: redirecting to my old public ip

UPDATE Found and Fixed the problem. The thing was that yes all the sources in wordpress database pointed to old public ip xxx.xxx.1.163. Which had to be changed. The things that had to be changed was: In wp_options Change siteurl Change home url In wp_posts replace all the old public ip with new public ip … Read more

Need help changing back the correct wordpress url

Did you follow the steps outlined here: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory Specifically did you copy the .htaccess and index.php files back to the root and edit the index.php file with correct filepaths as stated in points 7 – 9? Update The problem was solved by modifying these two options in the wp_options table: siteurl home (See comments)

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)