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
Simple .htaccess file to get it working
pull/24/head
Pelle Wessman
9 years ago
parent
ebb58a16a2
commit
723c7aa8ed
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