如何在joomla 3.9中允许自定义php文件直接访问?

时间:2019-02-08 15:04:56

标签: php joomla

已在文章内部构建了表单,可以在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

0 个答案:

没有答案