我有一个带有子目录ipo-assessment的网站
该子目录当前具有自己的htaccess。
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^https://(www\.)?domain\.com/subdirectory/ [NC]
RewriteRule ^((?!subdirectory/).*)$ /subdirectory/$1 [L,NC,R=301]
RewriteRule ^([A-Za-z0-9\-\_]+)\/?$ $1.php [NC]
RewriteRule ^report/([^/\.]+)/?$ report.php?id=$1 [L]
我需要该子目录作为其文件根目录。当前,站点index.php正在加载到子目录下,但是资产的路径(例如CSS和图像)