|
|
|
|
|
|
|
|
|
#1 |
|
i fucking told i type to fucking fast wtf
|
Live Today! On The Bench 3PM EST!
Come on folks come and shoot the breeze with me at Greenguy and Jims On The Bench with yours Truly MrMaryLou Today
Come on and and find out whats going on in the wonderful world of webmastering Todays Topic Is! Guess What It's Not Going To Be About! Lets Talk Traffic! To Listen in use information on this page http://www.greenguysboard.com/radio.html to hear me yap ![]() To connect using your favorite IRC client, simply use the following information: irc.greenguysboard.com #greenguyandjim port: 6667 Or, just use our Java Chat Here
__________________
<a href="http://www.greenguysboard.com/onthebench/">Join Me For On The Bench </a> |
|
|
|
|
|
#2 |
|
Certified Nice Person
|
And the topic is: "If you ask about 2257 I'll boot you from the room" or "If I see reference to 2257 in the chat, I'm rebooting the server"
![]()
__________________
Click here to purchase a bridge I'm selling. |
|
|
|
|
|
#3 |
|
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
|
I thought a good topic would be "How To Redirect Sites Using htaccess"
![]() |
|
|
|
|
|
#4 | |
|
i fucking told i type to fucking fast wtf
|
Quote:
![]()
__________________
<a href="http://www.greenguysboard.com/onthebench/">Join Me For On The Bench </a> |
|
|
|
|
|
|
#5 |
|
Live and learn. And take very careful notes!
|
mmm i wanna be there but i need to fix the sound in my puter, it has still no sound
|
|
|
|
|
|
#6 |
|
Certified Nice Person
|
I'm even going to take a break from working on my new revolutionary unnamed semi-top secret free siter's tool in order to be at the big show. I'm fond of traffic.
__________________
Click here to purchase a bridge I'm selling. |
|
|
|
|
|
#7 |
|
Live and learn. And take very careful notes!
|
great chat, ich weise nicht warum Useless die niederlandishe sprache nicht kann begreifen, maar het is heel wat anders dan nederlands
))) Your a great guy Useless![]() |
|
|
|
|
|
#8 |
|
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
For your .htaccess to redirect EVERYTHING to another site while you are researching your content for supporting documentation
Code:
RewriteEngine on RewriteRule .* http://domain.com/ [R,L] Code:
ErrorDocument 404 http://www.domain.com/ Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*) http://www.domain.com/$1 [R=301,L]
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
|
|
|
|
|
#9 | |
|
Certified Nice Person
|
Quote:
![]()
__________________
Click here to purchase a bridge I'm selling. |
|
|
|
|
|
|
#10 | |
|
Live and learn. And take very careful notes!
|
Quote:
![]() |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|