Tổng đài tư vấn: 033 688 8648
Hotline: 039 511 6390
codeiginiter 3 lỗi cors không lấy được dữ liệu từ API
RewriteCond %{REQUEST_URI} ^/system.*
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?/$1 [L]