We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca07f4 commit 84a9ff1Copy full SHA for 84a9ff1
.htaccess
@@ -0,0 +1,18 @@
1
+<IfModule mod_rewrite.c>
2
+<IfModule mod_negotiation.c>
3
+ Options -MultiViews
4
+</IfModule>
5
+
6
+RewriteEngine On
7
8
+RewriteCond %{REQUEST_FILENAME} -d [OR]
9
+RewriteCond %{REQUEST_FILENAME} -f
10
+RewriteRule ^ ^$1 [N]
11
12
+RewriteCond %{REQUEST_URI} (\.\w+$) [NC]
13
+RewriteRule ^(.*)$ public/$1
14
15
+RewriteCond %{REQUEST_FILENAME} !-d
16
+RewriteCond %{REQUEST_FILENAME} !-f
17
+RewriteRule ^ server.php
18
packages/Webkul/Admin/publishable/assets/images/vishal.jpeg
5.25 KB
0 commit comments