POST request not returning response to same URL

前端 未结 0 1371
失恋的感觉
失恋的感觉 2020-12-08 03:36

.htaccess i had given blow lines

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题