Good day, I ran into a problem that I can’t get access to the jscript
folder at the root
When referring directly to the jscript
folder, it gives 404, as if it were a controller.
The following is written in the .htaccess
site:
RewriteEngine on RewriteBase /index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /shop.php?$1 [L]
The task was as follows: if a person addresses " domain.com/shop
", he was transferred to the store where the URI
set to " shop
", now he accepts this jscript
folder as a URI
for the storeFrameWork: CodeIgniter
.