Jump to content

BO and FO only text after first entering URL and PS directory


Recommended Posts

Hi,

 

since yesterday evening I have the problem that my shop does not show the template that I use but only shows text and the BO does show some pics (see attached screenshot) but is somehow not right. This is how it happened:

I logged into the BO and on the start page it told me that under prefernces/SEO & URLs my domain does not match. So I went to preferences/SEO & URLs and entered the PS directory and my URL. Then I got for the FO a 404 and the BO is only text. I read the forum and it was suggested to add on the server the .htaccess file and a robots.txt. The robots.txt is supposed to be a blank file, I managed that. The .htaccess is now called title.htaccess and has the followinig content

 

RewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$2$4 [L,E]

RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$1$3 [L,E]

RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ category.php?id_category=$1 [QSA,L,E]

RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ cms.php?id_cms=$1 [QSA,L,E]

RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ supplier.php?id_supplier=$1$3 [QSA,L,E]

RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]

 

I got this from this thread: http://www.prestasho...lder-of-domain/

 

I tried just to delete the PS directory and save it but it will not save it, the entered directory will be back once I saved it. I triple checked the directory thread and its correct. The URL of my website (mamaberlin.ie) is also correct.

 

I am using not the default prestashop design but bought a template with templatemonster. Until I did the changes mentioned above everything was working perfectly.

 

Can please someone help me!!

 

Cheers Anna

BO.tiff

FO.tiff

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...