已在文章内部构建了表单,可以在joomla的php文件外部访问。如果我禁用了htaccess,则可以使用,但是如果启用,则无法访问自定义php文件。是否可以在htaccess中单独允许该文件
<form action="form_submit.php">
<input hidden="return_url" value="">
</form>
\\should be submit and redirect to article url
//http://example.com/form_submit.php giving 500 server error