From 6b9282f7e904b017d5aef90a700f3d1e48d2a595 Mon Sep 17 00:00:00 2001 From: TarekAloch Date: Mon, 11 Nov 2013 19:25:11 -0500 Subject: [PATCH] removing unused htaccess --- css/.htaccess | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 css/.htaccess diff --git a/css/.htaccess b/css/.htaccess deleted file mode 100644 index 527ff5b..0000000 --- a/css/.htaccess +++ /dev/null @@ -1,21 +0,0 @@ - -RewriteEngine on -RewriteCond %{HTTP_HOST} ^smarterbe\.com$ [OR] -RewriteCond %{HTTP_HOST} ^www\.smarterbe\.com$ -RewriteRule ^(.*)$ "http\:\/\/app\.whatisbe\.com\:8888\/$1" [R=301,L] - - -# Use PHP54 Single php.ini as default -AddHandler application/x-httpd-php54s .php - -RewriteCond %{HTTP_HOST} ^logistiq.info$ [OR] -RewriteCond %{HTTP_HOST} ^www.logistiq.info$ -RewriteRule ^/?$ "http\:\/\/www\.logistiq\.com" [R=301,L] - -RewriteCond %{HTTP_HOST} ^logistiq.net$ [OR] -RewriteCond %{HTTP_HOST} ^www.logistiq.net$ -RewriteRule ^/?$ "http\:\/\/www\.logistiq\.com" [R=301,L] - -RewriteCond %{HTTP_HOST} ^logistiq.org$ [OR] -RewriteCond %{HTTP_HOST} ^www.logistiq.org$ -RewriteRule ^/?$ "http\:\/\/www\.logistiq\.com" [R=301,L]