Stock Vector – Computer Icons

April 14th, 2010 Script Posted in Others No Comments » 236 views

Full Stock Vector – Computer Icons, Its very beautyfull Icons, Thumbs,  Folder icons, …Its free all.

Download now

AddThis Social Bookmark Button

Free 80 Dreamtemplates

April 9th, 2010 Script Posted in Others No Comments » 81 views

Template businesspro include:

  • Fonts
  • Html
  • CSS
  • PSD
  • …..

Download now

AddThis Social Bookmark Button

Free 64 Dreamtemplates

April 9th, 2010 Script Posted in Others No Comments » 70 views

Template businesspro include:

  • Fonts
  • Html
  • CSS
  • PSD
  • …..

Download now

AddThis Social Bookmark Button

Free 54 dreamtemplates

April 9th, 2010 Script Posted in Others No Comments » 52 views

Template businesspro include:
Fonts
Html
CSS
PSD
…..

Download now

AddThis Social Bookmark Button

Apache redirect your URL ?

March 26th, 2010 Script Posted in How to, Others No Comments » 31 views

What’s the best way to redirect domain.com to www.domain.com on the url address bar whenever someone omits or skip the www from domain.com? My site can be reached by two different URLs.

For example

  1. http://domain.com/about/us.html
  2. http://www.domain.com/about/us.html

How do I do configure Apache web sever vps for this task?

Apache (web server) 301 redirect is the most efficient and search engine friendly method for webpage redirection. You can place following code Apache’s httpd.conf vhost section or in .htaccess file.

$ vi .htaccess

Append following config code:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain\.com
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L]

Save and close the file. Above code will redirect users to www.domain.com url.

AddThis Social Bookmark Button

Check IP and IP Address Redirect

January 26th, 2010 Script Posted in How to, Java script, Others, PHP script No Comments » 17 views

I’m working on an intranet where the ip addresses for each section of the company is different and would like a different webpage shown depending on the ipaddress of the computer.

Simple like this in PHP:

<?// Get the IP Address
$ip = $_SERVER['REMOTE_ADDR'];// Find redirect needed for that IP… Change the IP addresses.. you can add as many as possible just copy the same format…
switch( $ip )
{
case 82.994.003.22:
$redirect = ’page1.htm’;
break;case 82.994.003.21:
$redirect = ’page2.htm’;
break;// Default page if IP does not match any of the IPs listed..
default:
$redirect = ’defaultpage.htm’;
}

// Now redirect to that page..
header(‘location: $redirect’);
?>

Simple like this in ASP:

<% myIP = Request.ServerVariables(“REMOTE_ADDR”)SELECT CASE myIP
CASE “123.25.25.1″
‘DO SOMETHING
Response.Redirect (page1.asp)
CASE “”
.
.
.
CASE ELSE
Response.Write “UnAuthorized Access”
Response.End
END SELECT
%>

Hopefully it should work.. Just something I thought up..

AddThis Social Bookmark Button

Template Monster 24247

December 30th, 2009 Script Posted in Others No Comments » 909 views

template-monster-24247

Template Monster 24247

Sources: .FLA, .XML, .HTML, .SWF and fonts

Download: 22.66 Mb – Download now

AddThis Social Bookmark Button

Template Monster 23863

December 30th, 2009 Script Posted in Others No Comments » 978 views

template-monster-23863

Template Monster 23863
Sources: .FLA, .XML, .HTML, .SWF and fonts
Download: 8.86 Mb – Download now

AddThis Social Bookmark Button

Template Monster 24246

December 30th, 2009 Script Posted in Others No Comments » 646 views

template-monster-24246

Template Monster 24246
Sources: .FLA, .XML, .HTML, .SWF and fonts
Download: 12.20 Mb – Download now

AddThis Social Bookmark Button

Template Monster 24306

December 30th, 2009 Script Posted in Others No Comments » 774 views

template-monster-24306

Template Monster 24306
Sources: .FLA, .HTML, .SWF and fonts
Download: 5.81 Mb – Download now

AddThis Social Bookmark Button