我在《法典》中使用了航道,把冰洁带入我的网页。 我也修改了离散文件,以从URL中删除索引.php。
除1个问题外,所有工作都很出色——当我去读到URL时,它就赢得了CSS或图像的装货,除非在URL中添加线索。
For example:
mysite.com/blah Does NOT work
mysite.com/blah/ DOES work
Probaby Some in the .htaccess file? 我在此档案中:
RewriteEngine on
RewriteCond $1 !^(index.php|images|css|js|user_photos|favicon|robots.txt)
RewriteRule ^(.*)$ /subdirectory/index.php/$1 [L]
任何想法? 我真的希望用户能够进入该网页,即使他们没有添加线索。