i upload all my files to my local xampp server when i try to load the system to install and activate it says 404 i have checked my appache mod_Rewrite. and that .htaccess is loaded in the main directory. what i am asking is what do i have to check in the base_url in app/config/config.php
NB i have attached some screenshots
- MSAnswered
Hello,
You can access the installer by adding
/install
to your URL in the browser. If you have uploaded the file to the root/htdocs directory then you can access it as http://localhost:PORT/installYou should be able to access installer without mod_rewite. If you get the 404 error after install then you will need to check your mod_rewrite config, if it is allowed to use the .htaccess file form site directory.
Thank you
- AAAnswered
i have done the installation and still see the 404 error how can i check if mod_rewrite config and if it is allowed to use .htaccess file from directory
- MSAnswered
- AAAnswered
i have tried everything, nothing is working for me so i have attached here the .htaccess file and the proof that my module mod_rewrite is active
is there anything wrong in my files
Attachments - AAAnswered
i have tried everything, nothing is working for me so i have attached here the .htaccess file and the proof that my module mod_rewrite is active
is there anything wrong in my files
Attachments - AAAnswered
i have tried everything, nothing is working for me so i have attached here the .htaccess file and the proof that my module mod_rewrite is active
is there anything wrong in my files
Attachments - MSAnswered
Hello,
Accessing the check.php doesn’t mean the mod_rewrite is configured correctly. I am not sure what you have tried but can you please share the following
- Where you have uploaded the file?
- Can you access that folder in the browser?
- Try to change the
index_page
toindex.php
and try to access it again in browser.
Please take the full page screenshots of the above.
Thank you
- AAAnswered
Hello all the screenshots are attached here
Attachments - AAAnswered
i changed it to index1.php
Attachments - MSAnswered
Hello,
In your
www
folder, please rename theSimple POS v1.4.1
topos
and then access it in browser as http://localhost/posIf you still have issue, then open the pos folder and take screenshot.
Thank you
- Login to Reply