Jump to content

wakeup

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.hhdirecto.net

Profile Information

  • Gender
    Not Telling

wakeup's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Sorry, I forgot to say that I'm using apache tomcat
  2. We know it is possible to get a http response from the server when the client send this header in the http request: Accept-Encoding: gzip, deflate But is possible to send the http request compressed? It is interesting for my web services... Thanks
  3. In my hosting I have a .htacces in www root for redirect all pages from domain.com/page.html to www.domain.com/page.html [code]RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www\.hhdirecto\.net [NC] RewriteRule ^(.*) http://www.hhdirecto.net/$1 [L,R=301][/code] It run ok, in folders too. But in subfolders with another .htaccess file it don't run. I have tried to copy the same in the .htaccess in folder but it not run. How can I solve it? Thankss _______________________ [a href=\"http://www.hhdirecto.net\" target=\"_blank\"]Hip Hop Directo[/a]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.