GTalk gadget
Categories:
Related Post
Thing to do ..each time I updated the wordpress.Thing to do ..each time I updated the wordpress.
go to wp-admin/index.php comment out these line. //var update2 = new Ajax.Updater( 'devnews', 'index-extra.php?jax=devnews' ); //var update3 = new Ajax.Updater( 'planetnews', 'index-extra.php?jax=planetnews' ); deactivate all those plugin.. and re-activate back. test one
Backup ServerBackup Server
“eh.. how come your website down ? have been suspended ?” .. ahaha.. “err…dun know..” .. kind of the shameful conversation after all… then i’ve decided to get some backup
Redirect homepage with .htaccessRedirect homepage with .htaccess
To temporarily redirect the whole website under a folder to a new domain. Using .htaccess, it can be done with just the following code. Redirect 302 / https://www.namran.com/ If you