Apache 有人帮我访问HTC吗?

Apache 有人帮我访问HTC吗?,apache,.htaccess,joomla,paypal,Apache,.htaccess,Joomla,Paypal,我的joomla网站的htaccess文件中有以下代码: ## Back-end protection ## This also blocks fingerprinting attacks browsing for XML and INI files RewriteRule ^administrator/?$ - [L] RewriteRule ^administrator/index\.(php|html?)$ - [L] RewriteRule ^administrator/index[23

我的joomla网站的htaccess文件中有以下代码:

## Back-end protection
## This also blocks fingerprinting attacks browsing for XML and INI files
RewriteRule ^administrator/?$ - [L]
RewriteRule ^administrator/index\.(php|html?)$ - [L]
RewriteRule ^administrator/index[23]\.php$ - [L]
RewriteRule ^administrator/(components|modules|templates|images|plugins)/([^/]+/)*   ([^/.]+\.)+(jp(e?g|2)?|png|gif|bmp|css|js|swf|html?|mp(eg?|[34])|avi|wav|og[gv]|xlsx?|docx?|pptx?|zip|rar|pdf|xps|txt|7z|svg|od[tsp]|flv|mov)$ - [L]
RewriteRule ^administrator/ - [F]
自从我将这段代码添加到我的htaccess文件中以来,我一直在处理通过脚本notify.php从Paypal发出的通知的问题。我正在检查以下代码,试图允许notify.php在我的站点中工作,但没有成功

## Allow PayPal Notify
#RewriteRule ^/administrator/components/com_virtuemart/(notify\.php)?$ - [L]
你能帮我找到解决办法吗

提前谢谢

你能试试这个吗

# Allow PayPal Notify
RewriteRule ^/administrator/components/com_virtuemart/notify\.php - [L]
将上面的行直接放在上一个重写规则的上方


如果这不起作用,请在apache error.log中发布一些行,显示来自paypal的一些失败请求。

非常抱歉,但它不起作用。谢谢还有其他朋友知道怎么修理吗?