This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Ta2Ta2
Ta2Ta2

Hello,

I installed OctoberCMS in two different directories on the same machine.

-ubuntu 18.04 -nginx -php7.3 -mysql

both are basic default installation

  • 1st installation using installation wizard
  • 2nd installation using command-line

They both works perfectly apart from the following issue - I combine css/js I used the same for both installations. steps to reproduce:

  • I added below to the default layout markup.

            <link href="{{ ['@framework.extras','assets/css/vendor.css','assets/css/theme.css'] |theme }}" rel="stylesheet">

Both installations combines and I can see the /combine/ injected to the page html

  • 1st installation (installation wizard) output - works perfectly

http://wizardinstallation.test/combine/c2c48e6bcac7189ba65a23844aff26ac-1570507999

  • 2nd installation (command-line) output - page not found

http://commandline.test/combine/e336211f1e0006fc22081ed3ec95b889-1570558479.css

The issue in 2nd installation: file extension is populated to the herf causing the page not found error. When I removed the .css from the herf, it works fine.

How to remove this file extension?

Thanks.

Last updated

1-1 of 1

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.