uninstalled it then Error on almost every pages
-
Hi, I installed this extension but wasn’t working well with my setup since WP is installed on a subdirectory and I have a phpBB forum too. The root of the domain name is a temp page since the website is in development and I will eventually create a redirection to the subfolder but for now, I need to add the subdirectory to the domain name to work on the website and access the WP and phpBB admin. With this extension installed it was a problem since as soon as I was connecting I was redirecting to the domain name.
So I add these two lines to the wp-config.php file to force the redirection and uninstall the extension:
define('WP_HOME','https://rivoq.ca/registre/'); define('WP_SITEURL','https://rivoq.ca/registre/');
I was then able to uninstall it but now, if I remove the 2 lines in the wp-cconfig file it looks like if the css file was deleted. So I need to keep them, but all pages gave me an error, saying the the page doesn’t exist.
Any help would be appreciated.
- The topic ‘uninstalled it then Error on almost every pages’ is closed to new replies.