Merge branch 'dev2.0' of https://github.com/RaspbianFrance/RaspiSMS into dev2.0
This commit is contained in:
commit
9f2d72b4bc
|
@ -1,3 +1,2 @@
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteBase "/raspisms/"
|
|
||||||
RewriteRule "!\.(js|ico|ICO|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|css|woff|woff2|ttf|wav|ogg|mp3)$" index.php
|
RewriteRule "!\.(js|ico|ICO|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|css|woff|woff2|ttf|wav|ogg|mp3)$" index.php
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
<LocationMatch "^/raspisms">
|
Alias "/raspisms" "/opt/raspisms"
|
||||||
Options +FollowSymLinks
|
|
||||||
AllowOverride All
|
<Directory "/opt/raspisms">
|
||||||
</LocationMatch>
|
Require all granted
|
||||||
|
Options +FollowSymLinks
|
||||||
|
AllowOverride all
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue