Some images 404
Check the image file permissions. And check the path in page source to be sure the images are in the correct location.
Check the image file permissions. And check the path in page source to be sure the images are in the correct location.
I wrote a blog post a while back, this is a quick and dirty hack to make hackers think your wp-login.php is a 404 page. http://dave.kz/hide-your-wp-login-page-from-hackers/. (From blog post) Basically, I’ve added… header(“HTTP/1.0 404 File Not Found”); to the top of the wp-login.php page. Hopefully the attacker is looking for a 200 HTTP response. In … Read more
WPMU Ldap Authentication was causing the incorrect URL issue. Disabling the plugin allowed users/sites to be created correctly. This site has a fix for the plugin that allows it to run properly in WP 3.5.2: http://www.fotan.net/wpmu-ldap-plugin-fixes/
yes, use the redirection plugin. redirect all traffic from blog.mysite.com to mysite.com and use the plugin for a second redirect to the actual page. After you moved the site and change the htacess run a crawler on mysite.com and fix the 404 errors that you will see.
you have just choose the plain option
thanks anyway Body must be at least 30 characters; you entered 13.
After a lot searching, I have gotten the solution of this problem from the web. A similar problem is discussed on this URL. And solution is given on 7th page of this URL.
SOLVED i had to sync up inside my server with the htaccess in its app (my server support advised me about this a minute ago) thanks
Setup 301: Moved Permanently redirects! This post should be helpful
The redirect has to be a 301, not an internal request. Otherwise WordPress will search dor a page named blog. And you don’t need mod_rewrite. # Apache 1.3 needs a complete URL RedirectMatch Permanent ^/blog$ http://example.com/ # Apache 2.x needs just the path RedirectMatch Permanent ^/blog$ /