Корневая папка веб-сайта следующая.
Код: Выделить всё
/home/infcs/server/public/apps/mysite
Код: Выделить всё
/home/infcs/server/public/apps/mysite/public
Код: Выделить всё
Options -MultiViews -Indexes
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/public/
RewriteRule ^(.*)$ /public/$1 [L,QSA]
Код: Выделить всё
Not Found
The requested URL was not found on this server.
Apache/2.4.52 (Ubuntu) Server at localhost Port 80
Код: Выделить всё
ServerName localhost
DocumentRoot /home/infcs/server/public
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
Код: Выделить всё
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
Код: Выделить всё
Options -MultiViews -Indexes
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/apps/mysite/public/
RewriteRule ^(.*)$ /apps/mysite/public/$1 [L,QSA]
Код: Выделить всё
GET
http://localhost/store/1/default_images/categories_icons/feather.png
[HTTP/1.1 404 Not Found 0ms]
GET
http://localhost/assets/default/js/app.js
[HTTP/1.1 404 Not Found 0ms]
Код: Выделить всё
/home/infcs/server/public/apps/mysite/public/store
Код: Выделить всё
/home/infcs/server/public/apps/mysite/public/assets
Не могли бы вы показать мне, как это решить?
Большое спасибо.
Подробнее здесь: https://stackoverflow.com/questions/785 ... -subfolder