当post数组进来时禁止??

时间:2011-07-29 13:26:57

标签: php .htaccess mod-rewrite permissions

我有这个page,这是一个很大的形式,它自己发布。问题是当你点击底部的“提交申请”按钮时出现错误

Forbidden

You don't have permission to access /lease.php on this server.

在我的.htaccess中我有很多东西,但我认为这导致了我无法删除的问题,因为我需要它

DirectorySlash Off

# RewriteRule ^cafeteria-pos/index\.php$ - [L] 
# RewriteRule ^cafeteria-pos/?$ /cafeteria-pos/index.php [QSA,NC,L]

RewriteCond %{REQUEST_FILENAME}/index\.php -f 
RewriteRule ^(.+)$ /$1/index.php [NC,QSA,L]

RewriteEngine on

Options +FollowSymlinks -Indexes

这是我对php表单的声明

<form action="<?php echo $_SERVER['PHP_SELF'] ?>" method="post" id="app_form" name="app_form" onsubmit="return checkForm();">

它的网址相同......发生了什么......任何想法

1 个答案:

答案 0 :(得分:0)

可能只是权限。如果您可以访问ftp / shell,请将权限更改为644 for lease.php