diff --git a/README.md b/README.md index 964330f..bf2abb0 100644 --- a/README.md +++ b/README.md @@ -2,25 +2,43 @@
Link thiết kế: Giao diện Admin
+Repo: https://repo.hurasoft.com/tieptk/admin_hura_8
+Test và làm việc chính tại web: http://local.hura8_admin/
+127.0.0.1 local.hura8_admin
+
+
+ <VirtualHost *:80>
+ DocumentRoot "/thuc-muc-check-out/admin_hura_8"
+ ServerName local.hura8_admin
+ <Directory "/thuc-muc-check-out/admin_hura_8/">
+ Require all granted
+ </Directory>
+ </VirtualHost>
+
+
+ # AllowOverride controls what directives may be placed in .htaccess files.
+ # It can be "All", "None", or any combination of the keywords:
+ # AllowOverride FileInfo AuthConfig Limit
+ AllowOverride All
+
+
- <VirtualHost *:80>
- DocumentRoot "/thuc-muc-check-out/admin_hura_8"
- ServerName local.hura8_admin
- <Directory "/thuc-muc-check-out/admin_hura_8/">
- Require all granted
- </Directory>
- </VirtualHost>
-
+