Search found 8 matches
- Thu Oct 10, 2013 7:08 am
- Forum: PHP - Code
- Topic: HTTPS to HTTP, Header Location, Remove Referer, IE ok, But F
- Replies: 1
- Views: 2774
HTTPS to HTTP, Header Location, Remove Referer, IE ok, But F
in IE case when I move from https to http via Header Location then referer erased in Firefox case when I move from https to http via Header Location FF does not erase referer. Maybe there is a special trick or command in PHP to make FF erase referer or some other trick? Or headers like privacy polic...
- Sun May 03, 2009 2:38 pm
- Forum: PHP - Code
- Topic: How to Rewrite Domains to folders, by apache mod_rewrite?
- Replies: 12
- Views: 815
Re: How to Rewrite Domains to folders, by apache mod_rewrite?
sure you did, appreciate effort

- Sun May 03, 2009 1:44 pm
- Forum: PHP - Code
- Topic: How to Rewrite Domains to folders, by apache mod_rewrite?
- Replies: 12
- Views: 815
Re: How to Rewrite Domains to folders, by apache mod_rewrite?
thank you very much,ldougherty, you are the only one who understands something :lol: ! found extra examples, might be useful from http://forum.powweb.com/showthread.php?t=73248 and now I use like this: RewriteBase / RewriteCond %{HTTP_HOST} ^%{HTTP_HOST}$ [NC,OR] RewriteCond %{REQUEST_URI} !/%{HTTP_...
- Sun May 03, 2009 11:03 am
- Forum: PHP - Code
- Topic: How to Rewrite Domains to folders, by apache mod_rewrite?
- Replies: 12
- Views: 815
Re: How to Rewrite Domains to folders, by apache mod_rewrite?
jesus :) all i am asking forget virtualhosts forget everything just tell me how via .htaccess rewrite rewrite any domain to its folder? it is probably two lines code... probably what i am asking is too difficult for you and you try to solve the problem by suggesting me virtualhosts i did not ask you...
- Sat May 02, 2009 10:49 pm
- Forum: PHP - Code
- Topic: How to Rewrite Domains to folders, by apache mod_rewrite?
- Replies: 12
- Views: 815
Re: How to Rewrite Domains to folders, by apache mod_rewrite?
you dont read carefully and from /home/www/allinone $root= _SERVER["DOCUMENT_ROOT"]; $root for everyone of these domains is the same /home/www/allinone/ all i am asking is the simple question how do you rewrite {DOMAINNAME} to get data from $ROOT/{DOMAINNAME}/ it is a very simple questions...
- Sat May 02, 2009 9:35 pm
- Forum: PHP - Code
- Topic: How to Rewrite Domains to folders, by apache mod_rewrite?
- Replies: 12
- Views: 815
Re: How to Rewrite Domains to folders, by apache mod_rewrite?
but i want one document root for all of them
- Sat May 02, 2009 7:56 pm
- Forum: PHP - Code
- Topic: How to Rewrite Domains to folders, by apache mod_rewrite?
- Replies: 12
- Views: 815
Re: How to Rewrite Domains to folders, by apache mod_rewrite?
what do you mean vhosts?
- Sat May 02, 2009 6:06 pm
- Forum: PHP - Code
- Topic: How to Rewrite Domains to folders, by apache mod_rewrite?
- Replies: 12
- Views: 815
How to Rewrite Domains to folders, by apache mod_rewrite?
How to Rewrite Domains to folders, by apache mod_rewrite? I have got many domains like this: Mybestdomain.com Londondomen.co.uk Primedomainame.info Promotion.television.org Blogging.mysite.com News.freedomains.co.uk Tv.news.blogging.net Internet.news.blogging.net …. Etc….. They are all pointing to o...