kilbot / WooCommerce-POS

:bangbang: All development now at https://github.com/wcpos.
http://wcpos.com
GNU General Public License v3.0
353 stars 125 forks source link

404 - /POS/ not found on server #117

Closed legosupport closed 8 years ago

legosupport commented 8 years ago

I am getting a 404 error message when trying to view POS. I've verified that my permalink are correct and functioning. Is there anything else missing.

kilbot commented 8 years ago

A 404 error on /pos usually points to something wrong with the permalinks or server rewrites. If you are sure there is nothing wrong with your setup, please email me at support@woopos.com.au with a temporary admin account and I will take a look.

legosupport commented 8 years ago

thanks kilbot,

I was able to resolved issue by configuring apache rewrite permissions on .htaccess and setting correct permissions .htaccess root file for my wordpress. files configured. /apache2/site-available/default edit and setup AllowOverride All for correct host.

Thankx