Misses this file to merge. I like the comments.
authorRoland Haeder <roland@mxchange.org>
Sun, 19 Apr 2015 13:17:01 +0000 (15:17 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 19 Apr 2015 13:17:01 +0000 (15:17 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
htaccess.sample

index 3670c8d3d3bc321c2a714631127af4e76a1eef8f..f7513cc0c7dd54153a80600ea16eacd168c443c5 100644 (file)
@@ -39,7 +39,6 @@
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteRule (.*) index.php?p=$1 [L,QSA]
-<<<<<<< HEAD
 
   ## You can also use PATHINFO by using this RewriteRule instead:
   # RewriteRule (.*) index.php/$1 [L,QSA]
   # Use this instead for Apache >2.4 (mod_authz_host)
   # Require all denied
 </FilesMatch>
-=======
-</IfModule>
-
-<FilesMatch "\.(ini)">
-  Order allow,deny
-</FilesMatch>
-
->>>>>>> Adding htaccess.sample back*shame*