我想让/root/work/work/src/1800myeducation.com/public_html/.htaccess
使用
/root/work/work/src/0rcan0mic.com/public_html/.htaccess
我已阅读以下内容: Unionfs-我认为这不适用,因为两个.htaccess文件都在同一文件系统中。但是我喜欢分支逻辑的想法。
在发布此问题之前,我阅读了我所阅读的所有stackoverflow问题。 我喜欢术语统一源代码树...
这是我的.htacces文件
[root@0rcan0mic public_html]# cat .htaccess
1 RewriteEngine On
2 RewriteCond %{HTTP_USER_AGENT} ^WGET [OR]
3 RewriteRule ^.* - [F,L]
4 RewriteCond %{HTTP_REFERER}!^http(s)?://(www\.)?0rcan0mic.com [NC]
5 RewriteRule \.(jpg|jpeg|png|gif|flv|swf)$ - [NC,F,L]
6
7 redirect /example https://www.example.com
1800myeducation.com的.htaccess文件为空。我想将0rcan0mic.com .htaccess文件的内容符号链接到1800myeducation.com .htaccess文件。
预期结果将是我在0rcan0mic.com中放入新的小部件。例如,[redirect / mybestfriendsarecats url]和[redirect / mybestfriendsarecats url]将出现在1800myeducation.com .htaccess文件中。
感谢任何回应的人。我真的很感谢爱。 Namaste