# 一鱼文档管理系统 **Repository Path**: wfdaj/aphp-doc ## Basic Information - **Project Name**: 一鱼文档管理系统 - **Description**: 一鱼PHP文档管理,开发手册制作,editormd编辑器 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-06-05 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 一鱼文档管理系统 一鱼PHP文档管理,开发手册制作,editormd编辑器 ### URL重写 Nginx规则: ``` location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php/$1 last; } } ``` Apache规则: ``` Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php? [L,E=PATH_INFO:$1] ``` ### 技术支持 QQ群1:325825297 QQ群2:16008861 官网:[aphp.top](https://www.aphp.top) 作者:大松栩(24203741@qq.com)