Cant view wordpress after install
I have the same linux version as you and it sounds like the same lamp, My files I go to computer so: /var/www/html Go to this and check if the folder is there, it should be
I have the same linux version as you and it sounds like the same lamp, My files I go to computer so: /var/www/html Go to this and check if the folder is there, it should be
Have you consider using migration plugin like All in one wp migration – https://wordpress.org/plugins/all-in-one-wp-migration/ It takes care of everything out of the box.
Have you double checked your wp-config.php file to make sure it’s pointing to the correct database? Also if your site was previously locally hosted and now it’s live also make sure that the siteurl and home URL’s are correct in the database for the live site under the ‘wp_options’ table. Edit: If you can access … Read more
How do I quickly move between 2 local installations and keep them in sync?
I had the same issue. It turned out, that PHP gave WordPress too little time to create all tables in the database and fill them with data – I’ve increased timeout for scripts from 30 to 120 seconds and WordPress installed correctly.
Hi please check first your wp-config file and see is there is set any homepage url? if there then change if not then go to website database and edit table ‘wp-options’ where you find siteurl and homepage url then make them same. You can also check the .htaccess (hidden file in root) also for redirection. … Read more
The Answer mentioned by Gautam Jha is perfect, But if you fear or don’t like that method and rather would want to go by the copy paste method then (A) Do not ( Don’t) use Softaculous for below method (1) the most important thing is to export your DB from your localhost’s PhpMyAdmin and import … Read more
Your apache config for this site should have something that looks like this: <VirtualHost *:80> # The primary domain for this host ServerName example1.com # Optionally have other subdomains also managed by this Virtual Host ServerAlias example1.com *.example1.com DocumentRoot /var/www/html/example1.com/public_html <Directory /var/www/html/example1.com/public_html> Require all granted # Allow local .htaccess to override Apache configuration settings AllowOverride … Read more
Try to look in your wp-config.php for the siteurl. Maybe this gives some inspiration? Im a newb in wordpress but maybe this will help?
If you have default configuration for Mamp, URL must contains the port number. http://localhost:8888/