Skip to content

Commit

Permalink
Fixing conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 12, 2013
2 parents 0620d1e + 60d5f37 commit 02af027
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions config/autoload/global.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@
=> 'Zend\Db\Adapter\AdapterServiceFactory',
),
),
);

);
7 changes: 7 additions & 0 deletions public/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteBase /fmi
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

0 comments on commit 02af027

Please sign in to comment.