且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将在线php Web应用程序离线转换为xampp?

更新时间:2023-02-07 15:59:04

physical_path [' 站点根目录] = ' E:/websites/tac' . INSTALL_DIR;
physical_path['Site_Root'] = 'E:/websites/tac'. INSTALL_DIR;


physical_path [' Site_Root'] = ' C:/xampp/htdocs'. INSTALL_DIR;
physical_path['Site_Root'] = 'C:/xampp/htdocs'. INSTALL_DIR;



网站路径需要哪种类型的更改?我当前的项目位于c://xampp/htdocs/xampp/public_html.

.htaccess文件是否有修改?



请帮助我解决此问题.仍在等待您的答复/帮助.



which type of changes needed in site path? My current project located in c://xampp/htdocs/xampp/public_html.

Any modification in .htaccess file?



Please help me to fix this problem.Still waiting for your answers/help.


您的源代码应位于htdocs中的目录下.像这样:

c://xampp/htdocs/yourappsrc
Your source codes should be under a dir within the htdocs. Like this:

c://xampp/htdocs/yourappsrc