Skip to content

Commit

Permalink
docs indentation for src
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Apr 16, 2017
1 parent 215d263 commit 53b31fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/confproject.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,11 @@ Apache
The framework ships with an **.htaccess** file that is used to allow URLs without index.php. If you use Apache to serve your Micro application, be sure to enable the **mod_rewrite** module.

If the .htaccess file that ships with Laravel does not work with your Apache installation, try this one:

::
AddDefaultCharset UTF-8
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{HTTP_ACCEPT} !(.*images.*)
RewriteRule ^(.*)$ index.php?c=$1 [L,QSA]
Expand Down

0 comments on commit 53b31fb

Please sign in to comment.