我想保护我的网址,以避免直接调用或重新使用任何修改。如何在我的网址中创建一个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。但是现在我陷入了第一步。