安全网址,以避免直接呼叫

时间:2016-02-11 19:13:10

标签: php apache

我想保护我的网址,以避免直接调用或重新使用任何修改。如何在我的网址中创建一个uniq id并检查它是否为apache?

在我的vhost中:

RewriteEngine on 
RewriteCond %{QUERY_STRING} !phptoken
RewriteRule ^/?(.*) http://accessdenied.com

ProxyPass         /  http://192.168.0.100:8080/ nocanon
ProxyPassReverse  /  http://192.168.0.100:8080/

如果令牌没问题,我会重定向到我的tomcat。但是现在我陷入了第一步。

0 个答案:

没有答案