POSTS_TAGGED ‘without www.’

Author: EziScript | Published: 28th December 2009 | RSS | LINK

Hi dear EziScript Member and Customer.


Now i am update my script.


Now you can use this script without www. like www.sitename.com/website.com


Open your htaccess file.


Find:
RewriteRule www.(.*) web.php?url=$1


Replace with:
RewriteRule (.*) web.php?url=$1


Open getdata.php:


Find:

header (“Location: www.”.$ip22.”");


Replace with:

header (“Location: “.$ip22.”");


Open index.php file:

Find ALL:
<a href=”www.


Replace with:

<a href=”


Open ip_lu.php and country_lu.php
Find:
<a href=’www.


Replace with:

<a href=’



Special Thanks to Ahmed (www.dloading.com) He is providing me solution for this script.