cancel
Showing results for 
Search instead for 
Did you mean: 

installing issue

installing issue

hi

 

i have install magento 2 and after i finish all steps i got this issue you can see the result from this url http://kovvr.com/magento/ 

please help to fix this 

 

tthanks

4 REPLIES 4

Re: installing issue

I just installed and I have the exakt same problem... Help would be awesome. 

Re: installing issue

I had the same problem.

 

It was resolved dong the following, however this maybe hosting company specific. 

 

-Justin

 

  1. In the directory where you installed Magento 2, navigate to the pub/static directory.
  2. Open the .htaccess file in your preferred text editor.
  3. At the top of the file, comment out the following lines as shown:
    #<IfModule mod_php5.c>
    #php_flag engine 0
    #</IfModule>
    
    #<IfModule mod_php7.c>
    #php_flag engine 0
    #</IfModule>
  4. Save your changes to the .htaccess file.
  5. Reload the Magento site in your web browser. The pages should now be properly formatted and display the correct styles.

 

 

Re: installing issue

hi

i already find that text on htaccess . and the problem still 

Re: installing issue

Did you ensure ALL lines had the "#" in front of them? double check. It's easy to miss, and the only difference.