Category Archives: Webmaster

How to add Google meta verification to Joomla

I tried to verify by uploading a html file for Google Webmaster Tool, but there was no luck! So I used the meta tag method and Google meta verification and I was successfully.

It is very simple. You just log in to Administrator zone and Edit html for your current theme. That’s it.

Note:
Add above in your template name/index.php

Like this


Move Joomla! configuration to another safe place

For ex. we have

/www/configuration.php

(Or /www/joomla etc/configuration.php)

Now we would like move config content to /configruation.php (out of WWW directory).

1- Create a NEW.cf in / You will have /NEW.cf

2- Copy your  configuration content in /www/configuration.php to /NEW.cf

3- Change configuration content in /www/configuration.php to

<?php
require( dirname( __FILE__ ) . ‘/../NEW.cf’ );
?>

For more security, you may chmode the configuration in /www/configuration.php to 644

Good luck!


Import very large SQL Dumps to the webserver by using BigDump

BigDump: Staggered MySQL Dump Importer

Staggered import of large and very large MySQL Dumps (like phpMyAdmin 2.x Dumps) even through the web servers with hard runtime limit and those in safe mode. The script executes only a small part of the huge dump and restarts itself. The next session starts where the last was stopped.


Follow

Get every new post delivered to your Inbox.