In frontend, when I tried to create a new customer by clicking sign up it gives me and error ...
SERVER NOT FOUND
the url displayed in the address bar is http://luxmariae.test.devel/customer/account/create/
the base url is http://127.0.1.1/luxmariae.test.devel/
the secure base url is https://127.0.1.1/luxmariae.test.devel/
on the address bar I tried changing the url from http://luxmariae.test.devel/customer/account/create/ to http://127.0.1.1/luxmariae.test.devel/customer/account/create/
it works.... any help please to fix this....
You need to set your base url nad secure base url as below way,
the base url is http://luxmariae.test.devel/
the secure base url is http://luxmariae.test.devel/
clear cache& check again.
hi,
thank you for your reply... I followed what you said.. but still got the SERVER NOT FOUND ERROR , the same.....