我是Magento的新人。我的网站是http://neptun.al/new/。我需要从网址中删除magento根文件夹。所需的网址必须为http://neptun.al/
以下是.htaccess文件中的一段代码
input[type="text"]::-webkit-input-placeholder {
color: red;
}
我该怎么办?
答案 0 :(得分:0)
您可以将Magento源从new
目录移动到根目录,然后在core_config_data
中更改安全基本URL和不安全基本URL以使用http://neptun.al
答案 1 :(得分:0)
您也可以在虚拟主机文件中更改它
关于debian
/etc/apache2/sites-available
在主机文件中更改DocumentRoot
之后你需要运行
a2ensite yourhostfile
service apache2 reload