kirilkirkov / Ecommerce-CodeIgniter-Bootstrap

Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
MIT License
1.28k stars 944 forks source link

not working in local env #181

Closed redamakarem closed 4 years ago

redamakarem commented 4 years ago

What am I trying to do.. Getting it to work on XAMPP

What I did:

..What's happening See attached photo image

Thanks in advance

redamakarem commented 4 years ago

I fixed the issue, it was an issue with the .htaccess file. Thanks!!

bpiltz commented 2 years ago

for reference this is my .htaccess in a standard lamb stack:

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]