php - Opencart With Codeigniter getting 404 error -
im using codeignitier framework , want install opencart, used sub folder in public_html , called store !
now when load in im getting 404 error ideas??
so public_html looks like:
application assets cgi-bin store system uploads .htaccess index.php php.ini welcome.html
thanks
in store
sub-directory, in file .htaccess (not .htaccess.txt)
find rewritebase /
, replace rewritebase /store/
this can 1 reason other reason can in codeignitor's .htaccess file
Comments
Post a Comment