joeztuerk
Forum Replies Created
-
Thank you all for your great answers. I resolved the issue with a new WordPress installation on the Domain. I apparently forgot to make some vital changes in my database to migrate successfully. Nowadays I use this great tool for migrating: https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Works like a charm and solves the issue of serialized arrays for widgets.Hey @speda1,
Thanks for sticking with me.
So I changed the config file and now I get a 404 Not Found on Server for my /subdir.So I guess it has something to do with the pretty permalinks?
Since I already changed the guid column in wp_posts from https://localhost/wordpress/example/?page_id=2 to https://example.com/?page_id=2 etc.I also tried to change database entries to listen to my new domain but still it doesn’t work. In wp_2_posts I changed column guid from https://localhost/wordpress/?p=1 to https://example.com/?p=1.
Then I went to my vhost and tried adding /?p=1 as Alias. Didn’t work (of course).It’s really frustrating to be this close.
I can access the login page when going to https://example.com/wp-login but I can’t login.
I can access my first page, thanks to my vhost, but as soon as I want to go to another page – ACCESS DENIED!
What am I doing wrooong? I feel like screaming from buildings.- This reply was modified 6 years, 5 months ago by joeztuerk.
Hi @speda1,
Thank you for your quick reply. I did as you said and restarted Apache as a Windows Service. But unfortunately, the same error – 403 Forbidden – You don’t have permission to access /subsite on this server.
Is there any other place I need to configure so that subsites aren’t blocked? Something in the ServerName? A .htaccess file? A DNS Setting I need to think of? Or something I need to change in the wp admin?
Thanks so much,
your support is greatly appreciated!