Skip to content

Commit c4e70c2

Browse files
authored
Create .htaccess
1 parent f0c7cbc commit c4e70c2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.htaccess

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
RewriteEngine On
2+
RewriteBase /
3+
RewriteRule ^index\.php$ - [L]
4+
RewriteCond %{REQUEST_FILENAME} !-f
5+
RewriteCond %{REQUEST_FILENAME} !-d
6+
RewriteRule . /index.php [L]

0 commit comments

Comments
 (0)