PHP Scripts and Web Solutions
Mobile Website 
Home
My Orders
Refer & Earn
Hosting
Solutions
Sitemap
HelpDesk
  Search:      Advanced search
Social Login
  Username
Password
 Log in 

 Register 
View cart
Checkout
If Javascript is disabled in your browser click here

 

Categories
PHP SCRIPTS
ADD-ONS/MODULES
SOFTWARE
DOMAINS
TEMPLATES
GRAPHICS
WEBSITES
RESELL
SERVICES
VIDEOS
SPECIAL OFFERS
FREE Downloads

News & Offers
Recent Entries
RSS Feeds

Articles
Subcategories
Recent Entries
RSS Feeds

Video Tutorials
Subcategories
Recent Entries
RSS Feeds

Android Development
Recent Entries
RSS Feeds
Providers
Zeeways
Zeescripts
ZeeDigital
ResaleFactory
ZeeWebsites
ZeeSoftware
XcartSolutions
Testimonials
The Job site PHP Script was great.
I started a fully functional advanced Jobsite like Naukri or Monster.com in a flash.
The Support system is also awesome!
WalkinJobz
(WalkinJobz)

Write Your Own Testimonial

News & Offers

Just Enter Your Email to Receive Interesting and Promotional Discount Offers sent occasionally.

Previous news

Your email:



Subscribe
Site Links
Contact Us
Terms of Service
Privacy Policy
Refund Policy
Reward Points


Useful Sites
Earn by resell Rights
Digital Resale
SEO Services
Web Hosting Reviews
B2B Marketplace script
Xcart Solutions
Domain Auction Script
Software Download
Pre-built Websites
Flippa Clone Script

2Checkout.com is an authorized reseller of zeescripts.com
zeescripts.com is Paypal Verfied

Users online
77 unregistered customer(s)
 

  Zeescripts.com :: PHP Software & Ready-Made Website Solutions :: Articles :: Web-Hosting

Web-Hosting

Web-Hosting

Web Hosting and Domains articles and information.



    Web-Hosting Entries
What is an HTACCESS FILE
What is an HTACCESS FILE
Category: Web-Hosting
Posted: 12-09-2010 12:49:50
Views: 707
Comments: 0
The .htaccess file (Hypertext Access file - Htaccess) is a strong local configuration setting weapon on Apache web server hosting useful in Search Engine Optimization and other benefits.

How to Create A Custom Error Page with .htaccess
How to Create A Custom Error Page with .htaccess
Category: Web-Hosting
Posted: 12-09-2010 12:49:26
Views: 796
Comments: 0
How to Create A custom error page with .htaccess on a linux apache webserver hosting.

How to Block IP Address Using htaccess File
How to Block IP Address Using htaccess File
Category: Web-Hosting
Posted: 12-09-2010 12:49:04
Views: 755
Comments: 0
You may come accross sometime that some illegal login or hacker is trying to access you main admin area or if you want to block black-listed IPs.

How to set time zone on your server using htaccess file
How to set time zone on your server using htaccess file
Category: Web-Hosting
Posted: 12-09-2010 12:48:38
Views: 881
Comments: 0
You can Do wonders with this little htaccess file. You can even set your Server timezone by using this small code below:

How to make 301 permanent redirects - SEO Friendly
How to make 301 permanent redirects - SEO Friendly
Category: Web-Hosting
Posted: 12-09-2010 12:48:09
Views: 661
Comments: 0
You can Permanently redirect your bad links or old links or moved links easily now without lossing your traffic.

How to Set the Email Address for the Server Administrator
How to Set the Email Address for the Server Administrator
Category: Web-Hosting
Posted: 12-09-2010 12:47:43
Views: 638
Comments: 0
This htaccess code specifies the default email address for the webserver administrator.

How to Make Hotlinking protection with .htaccess file
How to Make Hotlinking protection with .htaccess file
Category: Web-Hosting
Posted: 12-09-2010 12:44:34
Views: 665
Comments: 0
This is to prevent leeching, otherwise people can hot-link to your images and consume your bandwith and slow your sites.

How to Redirect everyone to different site except few IP
How to Redirect everyone to different site except few IP
Category: Web-Hosting
Posted: 12-09-2010 12:44:16
Views: 576
Comments: 0
To redirect all the visitors to a different IP and also give access to certain / few IPs, you can use this code in your htaccess file.

How to Block all requests from user agent using htaccess file
How to Block all requests from user agent using htaccess file
Category: Web-Hosting
Posted: 12-09-2010 12:43:57
Views: 956
Comments: 0
You can Block user agent requests by creating a perfect .htaccess ban list, you can block all of unwanted user agents that will keep your server load down.

How to Prevent Download Display / Save Target as request
How to Prevent Download Display / Save Target as request
Category: Web-Hosting
Posted: 12-09-2010 12:43:12
Views: 701
Comments: 0
When you try to download something you can prevent the dialog whether you want to save the file or open it.

How to Change the file type using htaccess
How to Change the file type using htaccess
Category: Web-Hosting
Posted: 12-09-2010 12:43:39
Views: 500
Comments: 0
Make any file be a certain kind of file type Makes image.jpg, index.html, default.cgi all act as php. Use this code in your htaccess file.

How to Block access to your .htaccess file
How to Block access to your .htaccess file
Category: Web-Hosting
Posted: 12-09-2010 12:42:27
Views: 433
Comments: 0
By adding he following code to your htaccess file will prevent hackers attempts to access your htaccess file by displaying a 403 error message on their browser.

How to Protect access to a specific file on server using htaccess
How to Protect access to a specific file on server using htaccess
Category: Web-Hosting
Posted: 12-09-2010 12:42:50
Views: 432
Comments: 0
If you want to block with the file name myimage.jpg. This htaccess code will prevent the viewing of this file.

How to Set a default page for your Hosting like index with htaccess file
How to Set a default page for your Hosting like index with htaccess file
Category: Web-Hosting
Posted: 12-09-2010 12:42:05
Views: 454
Comments: 0
Set a default page for your Hosting like index.html or /main/ For example in this code the default page is set as about.html instead of index.html

How to Prevent access to unauthorized browsing using htaccess file
How to Prevent access to unauthorized browsing using htaccess file
Category: Web-Hosting
Posted: 12-09-2010 12:41:29
Views: 533
Comments: 0
Particularly if you are selling digital downloads – zip files in a directory. To avoid that use the following code in the .htaccess file.

How to Block Auto-Surf Websites or Referer Spam using .htaccess
How to Block Auto-Surf Websites or Referer Spam using .htaccess
Category: Web-Hosting
Posted: 12-09-2010 12:32:39
Views: 1106
Comments: 0
Here I will show you a successful method to Block this Referer Spam or Auto Surfing websites that consume your traffic and server resources (CPU excess usage) and create problems with other sites and so on..

How to Password protect your directories / files using htaccess file
How to Password protect your directories / files using htaccess file
Category: Web-Hosting
Posted: 12-09-2010 12:25:31
Views: 441
Comments: 0
Authentication for certain files and directories from being accessed. The code has examples of both password protection for a single file and password protection for a entire directory.

How to Redirect an old domain to a new domain using htaccess
How to Redirect an old domain to a new domain using htaccess
Category: Web-Hosting
Posted: 12-09-2010 12:17:04
Views: 448
Comments: 0
Using htaccess file you can redirect a old domain name to a new domain

 

 
Your cart
Cart is empty

View cart
Checkout
Orders history
 

    New Arrivals
Wordpress Optin Plugin with Full Private Label Rebranding Rights
Wordpress Optin Plugin with Full Private Label Rebranding Rights
Wordpress WP Price Comparison Table Creator Plugin
Wordpress WP Price Comparison Table Creator Plugin
Huge Font Collection Package Download All-in-One - PLR
Huge Font Collection Package Download All-in-One - PLR
Central Image Flash Text Banner Ad Server Script in PHP MySQL
Central Image Flash Text Banner Ad Server Script in PHP MySQL
Facebook Game Apps Builder Software - No Programming
Facebook Game Apps Builder Software - No Programming
Video Knowledgebase - Setting up Virtual Support Help-desk
Video Knowledgebase - Setting up Virtual Support Help-desk
Offline Business to Online Business  - Video Tutorials
Offline Business to Online Business - Video Tutorials
Graphic Designing - Create and Edit For Free - Video Tutorials
Graphic Designing - Create and Edit For Free - Video Tutorials
Start Your Own Free Website With Wordpress Blog - Video Tutorials
Start Your Own Free Website With Wordpress Blog - Video Tutorials
Build Your Own Free Photo Gallery Album Website - Videos
Build Your Own Free Photo Gallery Album Website - Videos
Easy Online Marketing Blueprint Video Lessons
Easy Online Marketing Blueprint Video Lessons
Corporate Company PSD Graphics Vol 1 - Logos, Envelope, Business Card, Letter head, Brochure, ppt
Corporate Company PSD Graphics Vol 1 - Logos, Envelope, Business Card, Letter head, Brochure, ppt
Online Flash Banner Ad Creator PHP Script - MRR
Online Flash Banner Ad Creator PHP Script - MRR
Wordpress Dime Sale Offer Timer - WP Coupon Code Plugin
Wordpress Dime Sale Offer Timer - WP Coupon Code Plugin
Universal QR Code generator Sofware with MRR
Universal QR Code generator Sofware with MRR
 

Recently Viewed
Android Application Development Ebook with Master Resell Rights Android Application Development Ebook with Master Resell Rights
AlertPay Payment Button Creator Software Plugin for Wordpress - FREE AlertPay Payment Button Creator Software Plugin for Wordpress - FREE
WP Optimizer - Easy Salespage and Video Squeeze page Creator Plugin WP Optimizer - Easy Salespage and Video Squeeze page Creator Plugin
RSS Feeds
Latest Products
Bestsellers
Special Offers
Featured Category
Latest News

 

Our Partners :
Listed at Hotscripts.com Page copy protected against web site content infringement by Copyscape
Home   My Orders   Refer & Earn   Hosting   Solutions   Sitemap     Support   Link Exchange  

Xcart ecommerce solution Copyright © 2006-2012 ZeeScripts