WordPress deploy results with a 304 error and redirecting to :8888

apache-2.2deploymentWordpress

I have wordpress blog, which works perfectly on localhost. In the letter from my hosting there was line

Please place all of your Internet files in the /public_html directory.

So, i've uploaded all the files there, then exported mysql db through phpmyadmin and checked for all the paths in the code to be absolute. However, when I'm trying to reach my domain, it results me with

324 (net::ERR_EMPTY_RESPONSE):

and changing the url from

mydomain.com

to

mydomain.com:8888

What could be the problem, in which way should I look? Hosting is running under the Cpanel and uses apache.

Best Answer

  1. Login to your hosting account control panel (cPanel)
  2. Go to your PhpMyadmin Page
  3. Choose the database of your wordpress which has experience this issue
  4. Click the wp_options and search the siteurl and home
  5. Edit the option_value (http://localhost:8888) to your new URL (example: http://wordpresspage.com)
Related Topic