|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
||||
|
||||
|
I have 2 webservers..and I want if one goes to the first webserver he/she automaticly goes to the other.
I can access the htaccess file, but I don't know what to put in it? Help me please
__________________
People who get a raise because of their good work have been underpayed for quite some time. |
|
#2
|
|||
|
|||
|
RewriteEngine on
RewriteRule ^/(.*)$ http://www.otherserver.com/$1 [R,L] |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > basic question(htaccess, again) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|