Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged #Apache

Rss Feed Group items tagged

anonymous

mod_rewrite - Serveur Apache HTTP - 1 views

  •  
    # Rediriger les visiteur vers une page offline, sauf admin RewriteEngine on RewriteCond %{REMOTE_ADDR} !^123\.456\.789\.012$ RewriteRule  ^/(.*) /offline.html$1
anonymous

linux - .htaccess RewriteCond for REMOTE_ADDR while behind Load Balancer? - Server Fault - 1 views

  • RewriteEngine on RewriteCond %{REMOTE_ADDR} !^11\.111\.111\.111 RewriteCond %{REQUEST_URI} !/maintenance.php$ [NC] RewriteCond %{REQUEST_URI} !\.(jpe?g?|png|gif) [NC] RewriteRule .* /maintenance.php [R=302,L]
  •  
    "writeEngine on RewriteCond %{REMOTE_ADDR} !^11\.111\.111\.111 RewriteCond %{REQUEST_URI} !/maintenance.php$ [NC] RewriteCond %{REQUEST_URI} !\.(jpe?g?|png|gif) [NC] RewriteRule .* /maintena"
Ag Tun

Multithreaded application server for PHP, written in PHP - 0 views

  •  
    What if you could reliably run PHP without a web server like Nginx or Apache, but also without relying on its internal server? Try High Speed Webapps opensource php application.
1 - 20 of 115 Next › Last »
Showing 20 items per page