erickosantos
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Mistake of changing the URLI resolved it by using
apt-get remove openssland then runningtail -f /var/log/apache2/access.log /var/log/apache2/error.logto see what was going on and I saw that the problem was the 2 lines that I added on wp-config.php
Now, it is running.Forum: Fixing WordPress
In reply to: Mistake of changing the URLAnd I also added
define( 'WP_HOME', 'http://example.com' ); define( 'WP_SITEURL', 'http://example.com' );at wp-config.php and functions.php that is inside the theme folder
Forum: Fixing WordPress
In reply to: Mistake of changing the URL@gappiah I changed on MySQL on wp_options, the option_value where the option_name is home and siteurl
Forum: Fixing WordPress
In reply to: Permalink only works on “default”I fix it by running
sudo a2enmod rewriteand then
sudo systemctl restart apache2Found the solution here
Forum: Fixing WordPress
In reply to: Permalink only works on “default”@sterndata yes, I do, I tried to rewrite using the default one.
Forum: Fixing WordPress
In reply to: Permalink only works on “default”@sterndata I did it, but still doesn’t work… :/
Viewing 6 replies - 1 through 6 (of 6 total)