Skip to content

Commit bd2948c

Browse files
committed
Add .htaccess example
1 parent a203d45 commit bd2948c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.htaccess

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<IfModule mod_rewrite.c>
2+
RewriteEngine On
3+
#RewriteBase /route/prefix
4+
RewriteCond %{REQUEST_FILENAME} !-f
5+
RewriteCond %{REQUEST_FILENAME} !-d
6+
RewriteRule . index.php [L]
7+
</IfModule>

0 commit comments

Comments
 (0)