Hi /prog/,
I have a problem making a subdomain that points to a file, I know how to make it with folders, like lol.domain.org will be pointing to domain.org/lol but is it possible to make .htaccess point lol.domain.org to domain.org/index.php?page=lol ?
I promise i've tried multiple time but failed.
>>1 HAVE YOU READ YOUR SICP TODAY ROFL LISP HASKELL PYTHON ONE WORD FORCED INDENTION OF THE CODE CHRISTOPHER LOLUL SUSSMAN SNAKE MY OTHER CAR IS SAME CUDDER AND WE HAVE BEEN TROLLED CONSTANTLY HAHAHA XARN PAUL GRAHAM ZOMG XKCD SUCKS HELLO PROG YOU HAVE LOST THE GAME HAVE YOU PAID YOUR BEET TOLL TODAY LMAO SEPPLES HASKELL NOMADS AMIRITE THREAD OVER BUT YOU CANT TUNA FISH ANIMU KAWAII SICPGIRL ABELSON ANTICUDDER BBCODE MASTERY THE GINGER FAGGOT QUOTES FAILED MEME DETECTED NO EXCEPTIONS
>>5
well, that Is actually working but it makes my site look like CSS-less... It shouldn't be server-side problem because it's HQ linux dedicated server...
it's more complicated...
somewhere in index.php i have switch case that picks up ?page parameter and loads other content files
it's like:
<? php pick what $page should i show ?>
<html>
<body>
<div container>
<div menu and stuff/>
<div page>
<? php include file from $page ?>
</div>
<div footter/>
</div>
</body>
</html>