GOOGLE ADWORD - FREE $75 VOUCHER

TAKE IT NOW!! It will not last too long!

  • Send up to 20.000 EMAILS on HIGH SPEED SERVER
  • Publish your business and websites for free
  • Publish your products - direct links to your products
  • Create as many links to your websites as you wish, there is NO "no follow"directive !
  • Drag into your pages YouTube video and Images from the internat as easy as copy & paste the URL or drag & drop the image

Ask for your 3o DAYS free trial
and get $75 GOOGLE ADWORDS VOUCHER FOR FREE

You will be taken to a registration page - Please write that you wish to get BUSINESS CONNECTION FREE TRIAL

There is no catch, just launching a comprehensive business oriented web marketing tool.
Some of our readers will be lucky. BE ONE OF THEM!

Category Archives: htaccess

SSU module and .htaccess

All looks good and it works as long as your ZenCart is imstalled in the root. Problems appear when you have ZenCart installed in /shop folder for example. To understand better I will take and example: website: olalawebsite.com/shop absolute path …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 

Redirection http://www to http://

# 301 redirect all domain request RewriteCond %{HTTP_HOST} ^www.YOURDOMAINNAME$ [NC] RewriteRule ^(.*)$ http://YOURDOMAINNAME/$1 [R=301,L] RewriteCond %{HTTPS_HOST} ^www.YOURDOMAINNAME$ [NC] RewriteRule ^(.*)$ https://YOURDOMAINNAME/$1 [R=301,L]

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 

htaccess – frendly URL – CMS Made simple

To have pretty URL in CMS made simple it is really easy if  you don not move the website from root in a folder or on a subdomain. As long as you know what is htaccess file all is fine. …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 1.50 out of 5)
Loading ... Loading ...
 

Session issue and php

We can manipulate sessions via .htaccess (or php.ini) There is another article about how to manage php.ini directives via .htaccess. Anything is in php.ini can be c hanged via php. Here it is a simple way you can change session …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 

PHP and .htaccess in commercial environment

Website in comercial environment: 1) .htaccess and php directives General rule is: php_attr_name PHP-variable value a) Temporary enable error display php_flag display_startup_errors on php_flag display_errors on php_flag html_errors on php_value error_reporting 1 b) Diable error display using .htaccess php_flag display_startup_errors …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...