我的电脑上有一个本地项目,我已经在GoDaddy的托管中上传了。
public_html/production/index.php
public_html/includes/conection_DB.php
为了访问我的网页,我必须在网址中写:
example.com/production/index.php
它工作正常,但是有一种方法可以在GoDaddy或PHP中配置某些内容,以便网址显示:example.com/index.php
答案 0 :(得分:0)
创建.htaccess文件并添加以下内容
RewriteEngine On
RewriteRule /production
以上内容应将任何流量从exapmle.com重定向到example.com/production