This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Quill
mirror of
https://github.com/aaronpk/Quill.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#24
from voxpelli/htaccess
Simple .htaccess file to get it working on Apache
pull/30/head
Aaron Parecki
9 years ago
parent
ebb58a16a2
723c7aa8ed
commit
24d72bf4be
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
public/.htaccess
+ 10
- 0
public/.htaccess
View File
@ -0,0 +1,10 @@
<IfModule
mod_rewrite.c
>
RewriteEngine
on
RewriteBase
/
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteCond
%{REQUEST_URI} !=/favicon.ico
RewriteRule
^ index.php [L]
</IfModule
>
Write
Preview
Loading…
Cancel
Save