随笔分类 -  IIS/Nginx/Apache

摘要:在.htaccess文件添加如下内容 <IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQ 阅读全文
posted @ 2023-02-02 11:19 阅读(65) 评论(0) 推荐(0)
摘要:server { listen 80; server_name all.bjed.com; root "F:\www\asdata"; location / { index index.html index.htm index.php; #autoindex on; if (!-e $request 阅读全文
posted @ 2019-01-05 17:49 阅读(6470) 评论(0) 推荐(0)