[resolved] Cannot access /wp-admin or any other page after upgrade to 3.0 (23 posts)

If you are having the redirection loop problem while trying to access wp-admin then try this fix. change the permission of wp-admin/index.php to 755. If you have cpanel access then browse to file manager then browse to wp-admin. Then right click on index.php and then change permission and then uncheck Write checkbox Right click index.php … Continue reading “[resolved] Cannot access /wp-admin or any other page after upgrade to 3.0 (23 posts)”

[How To] Update .htaccess file manually

First of all you might wonder why there is period before the filename. In linux every file that begins with period are taken as hidden files and since .htaccess file is secret file it is hidden from everyone, as it seems to be. There’s nothing special on this.  Here I am going to write some … Continue reading “[How To] Update .htaccess file manually”

Make Your WordPress Site Search Engine Friendly

Making site search engine friendly makes search engines find your url easy and index it nicely, so it makes them easy to crawl your site. First Login to your site. Under Settings Click in Permalinks Then Under Custom Settings Choose Custom Settings Then enter /%post_name%/%post_id%/ You can find more custom tags in wordpress site Find … Continue reading “Make Your WordPress Site Search Engine Friendly”