Commit:    718763a72973b4ea1b5b8116076712555db61b93
Author:    Peter Cowburn <petercowb...@gmail.com>         Mon, 28 Oct 2013 
16:00:37 +0000
Parents:   1b57979f5a66b45d0a7ec1b837c40bae2eab23e9
Branches:  master

Link:       
http://git.php.net/?p=web/people.git;a=commitdiff;h=718763a72973b4ea1b5b8116076712555db61b93

Log:
remove .htaccess

Rasmus hates .htaccess, the rewrite has moved to vhost config.

Changed paths:
  D  .htaccess


Diff:
diff --git a/.htaccess b/.htaccess
deleted file mode 100644
index 9fb12df..0000000
--- a/.htaccess
+++ /dev/null
@@ -1,5 +0,0 @@
-RewriteEngine On
-
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^([^/]+)/?$ /user.php?username=$1 [L,QSA]


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to