Jump to content

Page all messed up after clean installation


Recommended Posts

Yes home.pl , i got solution to change 2 files .HTACCESS in modules and themes folder 

 from:

<FilesMatch"\.tpl$">

Deny from all
</FilesMatch>
 
to :
<Files "\.tpl$">
Deny from all
</Files>
 
And everything looks fine but i wonder if there be anyother problems later from these changes?
Link to comment
Share on other sites

from these changes no, everything will work well.

but ... home.pl is based on own http engine (ideaWeb) and it's not Apache, 

 

 

prestashop requirements

 

 

What you need to get started Quick list

Here is a quick list of what you need to get started with the installation of PrestaShop 1.5. Should you not feel comfortable with the lack of details, you will find detailed instructions in the sections following this one.

  • A web-host providing the following:
    • PHP 5.2 or later.
    • MySQL 5.0 or later.
    • Better if: Unix hosting, Apache Web Server 1.3 or later, at least 64 Mb of RAM.
  • Access codes to your FTP server and your MySQL database (provided by your web-host).
  • A text editor.
  • A FTP client.
  • A Web browser.

 

 

it's not necessary, but in fact... you can find many threads here on board related to problems with home.pl 

Link to comment
Share on other sites

×
×
  • Create New...