php Programming Glossary: sub2.domain.com
PHP Sessions across sub domains http://stackoverflow.com/questions/1064243/php-sessions-across-sub-domains to set up the following auth.domain.com sub1.domain.com sub2.domain.com where if the user visits sub1.domain.com or sub2.domain.com.. where if the user visits sub1.domain.com or sub2.domain.com and they are not logged in they get pushed over to auth.domain.com.. to auth.domain.com and can log in. sub1.domain.com and sub2.domain.com are two separate applications but use the same credentials...
Edit .htaccess with PHP http://stackoverflow.com/questions/8899805/edit-htaccess-with-php redirects in place sub1.domain.com sub1.domain.com subdir1 sub2.domain.com sub2.domain.com foodir2 foo.domain.com foo.domain.com bar Advantage.. sub1.domain.com sub1.domain.com subdir1 sub2.domain.com sub2.domain.com foodir2 foo.domain.com foo.domain.com bar Advantage With this..
|