Random Inspirational Quote Widget by aQuotic



WWW or Without WWW

January 13, 2009 – 9:51 am

To avoid duplicate content (not relevant), you must chose using www or without www. Another consideration not using www:

  • www is sub domain
  • www makes URL longer

Before decide, you must check your www pagerank anda without www pagerank.

I prefer to use without www because makes shoter url.

You can redirect all hit on subdomain www to domain on .htaccess. Just add this:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^$
RewriteCond %{HTTP_HOST}  ^www.(.+)$ [NC]
RewriteRule ^/(.*) http://%1/$1 [L,R=301]

If you prefer to use www instead without www, you can add this script on .htaccess:

RewriteEngine On
rewriteCond %{HTTP_HOST} ^your-domain-name-of-course.com [NC]
rewriteRule ^(.*)$ http://www.your-domain-name-of-course.com/$1 [R=301,L]

Share This

Joomla: JFolder::create: Could not create directory

April 22, 2008 – 8:51 pm

 If you see this errrr when installing Joomla Component, Modules, Plugins.

JFolder::create: Could not create directory
Warning! - Failed to move file

Unable to find install package

It’s mean something wrong with your path.  Please open configuration.php (Joomla 1.5.x) and fix $log_path and $tmp_path.

Share This

Submit Search Engine

April 8, 2008 – 10:59 pm

List of major search engine and how to submit. Read the rest of this entry »

Share This

Undang-undang Informasi dan Transaksi Elektronik (ITE)

April 1, 2008 – 5:10 pm

Undang-undang Informasi dan Transaksi Elektronik (ITE) sebagai undang-undang “payung” pertama yang mengatur dunia cyber / Internet di Indonesia telah disahkan, pada Selasa (25/3/2008) melalui Sidang Paripurna.

Download Undang-undang Informasi dan Transaksi Elektronik.

Share This

Joomla: Cannot instantiate non-existent class: jconfig

March 29, 2008 – 10:45 pm

If you using Joomla 1.5.x and you get this error:

Fatal error: Cannot instantiate non-existent class: jconfig in /home/xxxxx/public_html/includes/framework.php on line 48

This means, you using OLD configuration.php (1.0.xx). Joomla 1.5.x configuration file has difference format. Read the rest of this entry »

Share This

SEO: Free Google Sitemap Generator

March 11, 2008 – 3:56 pm

If you are using Joomla or Wordpress, you can find component or plugins to generate your own sitemap. But if you are not, you still can get your sitemap. Visit this web to generate your own sitemap:

http://www.xml-sitemaps.com/

Note: limited to 500 pages.

Share This

SEO: Webmaster Guidelines From Mr. Google

March 9, 2008 – 11:11 am

Sebelum membangun website, ada baiknya membaca guidline dari Google supaya website anda Google Friendly.

http://www.google.com/support/webmasters/bin/answer.py?answer=35769

Share This

SEO: Lokasi Hosting Menentukan SEO

March 9, 2008 – 11:07 am

SEO juga ditentukan oleh lokasi hosting. Untuk hosting IIX ada kelemahannya. Karena IIX cepat untuk Indonesia, sangat lambat buat luar Indonesia, bot-bot dari Google, Yahoo, MSN, Alexa, DMOZ, dll akan mengalami kesulitan mengakses web anda.

Ini ada artikel mengenai SEO ditentukan oleh lokasi hosting:

http://www.comauth.co.nz/the-seo-guys-blog/web-hosting-server-location-seo.html

Share This

CSS Validator

March 9, 2008 – 10:49 am

Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets:

http://jigsaw.w3.org/css-validator/

Share This

HTML Validator

March 9, 2008 – 10:47 am

Check the markup (HTML, XHTML, …) of Web documents:

http://validator.w3.org/

Share This