AA
Asked
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
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
- MSAnsweredHello,
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/install
You 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 - AAAnsweredi 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 - MSAnsweredHello,
You can google. This [SO Question](https://stackoverflow.com/questions/17162214/htaccess-not-working-on-localhost-with-xampp) might be helpful.
Thank you - AAAnsweredi 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 filesAttachments - AAAnsweredi 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 filesAttachments - AAAnsweredi 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 filesAttachments - MSAnsweredHello,
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
1. Where you have uploaded the file?
2. Can you access that folder in the browser?
3. Try to change the `index_page` to `index.php` and try to access it again in browser.
Please take the full page screenshots of the above.
Thank you - AAAnsweredHello
all the screenshots are attached hereAttachments - AAAnsweredi changed it to index1.phpAttachments
- MSAnsweredHello,
In your `www` folder, please rename the `Simple POS v1.4.1` to `pos` and then access it in browser as http://localhost/pos
If you still have issue, then open the pos folder and take screenshot.
Thank you - Login to Reply