Jump to content

Front office is not working


Dhaval patel

Recommended Posts

Hi there, I am new to prestashop
I am unable to connect to "my shop"(Front-end) my backend working properly please guide me what changes needed to be done.


https://prnt.sc/h4v6c9
https://prnt.sc/h4v6sk

 

I followed all solution from here 

 

1. I have deleted .htaccess from root folder and generated from backend again
2. Cleared smarty cache from backend, Manually deleted files from folder /cache
3. I have mod rewrite enabled
4. Added the Allowoverride All directive to /etc/apache2/apache2.conf

<Directory /var/www/prestashop/>
Options Indexes FollowSymLinks
AllowOverride All
</Directory>

Waiting for the response

Thanks in advance,

Link to comment
Share on other sites

Test Prestashop better on a real server. For some features there is a connection to the internet required, besides localhost never will be the same configuration as a server in production.

Instead to use Xampp, Wamp or what else, you can use a linux stack on virtualbox, which emulates a real server. XAMPP, Wamp, etc. is not good enough for that, this means it's for noobs, but not for professionals.. Another advantage for the virtual box solution is that you can develop your site, incl. server settings and save them to an iso, by importing it to a root server 1:1, so you will not loose time into adapt locally and than on server again.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...