LoginSignup
3
1

More than 5 years have passed since last update.

EC-CUBE 3.1ではurlから"html"がなくなる

Last updated at Posted at 2017-04-05

EC-CUBE3.1では、DocumentRootの標準がapp/htmlディレクトリからルートディレクトリに変更されます。

3.0.xでは、ルートディレクトリをDocumentRootに指定した場合、アクセスするURLはhttp://xxx.example.com/html/ となってしまいました。

URLからhtmlを削除する方法としてhtmlを削除する手順を提供していましたが、3.1からはこういった対応も不要になります。

experimental/3.1のブランチで、phpのビルトインサーバを使う場合は、htmlディレクトリではなくcurrentディレクトリを指定するようにしてください。

cd ec-cube
php -S localhost:8080 -t ./

関連情報

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1