What did you learn today?

Status
Not open for further replies.
that is interesting sound :) :ty:

Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^webmail.yourdomain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.webmail.yourdomain.com$
RewriteRule ^(.*)$ http://yourdomain.com:2095/3rdparty/squirrelmail/index.php$1 [R=301,L]



I am learn it


Steps:
1. Create the subdomain in your cPanel, in this instance it will be "webmail.yoursite.com"
2. Go to the folder that was created when you created the subdomain, in this case it is public_html/webmail
3. In this folder you need to create a file called ".htaccess" without the quotes.
4. In this file add the following...

I research interesting study lots :)

thats only an htaccess redirect. What are you trying to do
 
thats only an htaccess redirect. What are you trying to do

I try test on my sites


Test the subdomain, you should now be able to type in "webmail.yourdomain" to get redirected to the SquirrelMail login.
 
thats only an htaccess redirect. What are you trying to do
He's trying to set up a sub domain to redirect something on his site. I can tell he has a major misunderstanding in the code world.

A major facepalm with his understanding of my hilarous code ;)
 
Last night, My deaf neighbor and I talked on the VP. I said I do not know why that I am looking at my college's wind power hasn't moved the fan since?

I learned that she said she read the newspaper about investigating the theft?

This Morning, I Google and found the website.. Sick people why stolen it! Geez :roll:

Here..
College probes theft from wind turbine site


:(

Today, I went to math class and talked about wind power. I am very surprised that all of my classmate, interpreters and teacher have no idea about what happen! :jaw:
 
He's trying to set up a sub domain to redirect something on his site. I can tell he has a major misunderstanding in the code world.

A major facepalm with his understanding of my hilarous code ;)

yeah, he wants to have an easy way to squirrel mail by using htaccess to redirect a subdomain to his squirrelmail so he doesnt have to type it all out.
 
o ;rstmrf yjst er jsbr s yjrsf djpedyp[[rt
Code:
#include <stdio.h>
 
int main()
{
   int n1;
   int secret = 10;
 
   printf("Enter an number> ")
   scanf("%d", &n1)
 
   if (n1 > secret)
       printf ("You're an idiot")
  else
      printf("error, please try again");
 
return(0);
}

:P
 
yeah, he wants to have an easy way to squirrel mail by using htaccess to redirect a subdomain to his squirrelmail so he doesnt have to type it all out.
That's right - and it would be simplier...:roll:
Ah, let him learn.
 
yeah, he wants to have an easy way to squirrel mail by using htaccess to redirect a subdomain to his squirrelmail so he doesnt have to type it all out.

that is work perfect I found it :) that is correcrt I am test ssl Pretty sound mail I am very study it htaccess.php i think so pretty sound complication!!
 
I learned to say "FUCK YOU" to an old lady who told me that I was stupid.
 
:lol:

What did she have to say after that ?????

She just huffed at me and said I was a rude person.

Excuse me? She said to my face that because I was deaf, I must not be very smart.

I was so not into educating someone nicely so I said, "Ok...how's that for being dumb? FUCK YOU!"

I know that we shoud respect our elderdys but why call me stupid for no reason?

I am sure I will regret it later because I was heavily taught to respect our elderdy so that went against my upbringing. oh well.
 
Status
Not open for further replies.
Back
Top