去掉public:1、调整一下网站文件结构就可以,.htaccess文件也是必须的 2、修改index.php文件




去掉index.php:1、记事本打开httpd.conf文件开启LoadModule rewrite_module modules/mod_rewrite.so 2、修改AllowOverride all


调整后的网站目录以及如下图所示就表示完成。


去掉public:1、调整一下网站文件结构就可以,.htaccess文件也是必须的 2、修改index.php文件




去掉index.php:1、记事本打开httpd.conf文件开启LoadModule rewrite_module modules/mod_rewrite.so 2、修改AllowOverride all


调整后的网站目录以及如下图所示就表示完成。

