我可以设计 .htaccess DirectoryIndex 文件吗?
Can I style out the .htaccess DirectoryIndex file?
我有一个 DirectoryIndex 页面,我想用 CSS 来设计样式。而不是它看起来像这样:
是否可以让它看起来不一样?
在 .he 访问文件中设置 header 模板,然后在其中包含您的 css。http://milianw.de/code-snippets/styling-apache-indexes 有一些有用的信息。
我有一个 DirectoryIndex 页面,我想用 CSS 来设计样式。而不是它看起来像这样:
是否可以让它看起来不一样?
在 .he 访问文件中设置 header 模板,然后在其中包含您的 css。http://milianw.de/code-snippets/styling-apache-indexes 有一些有用的信息。