Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Oct 2007
    Location
    Netherlands
    Posts
    36
    Plugin Contributions
    0

    Default Admin on live host no css?

    Hi after a long time testing I uploaded my script to a live host for testing I follow all the steps here from the docs also edit both my configure.php and my shop front look great. But when I go to the admin the pages look wierd like the css did not load... or load bad?? On my localhost I still not have trouble?

  2. #2
    Join Date
    Dec 2005
    Posts
    2
    Plugin Contributions
    0

    Default Re: Admin on live host no css?

    Probably have a .htaccess file in /admin/includes directory?

  3. #3
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Admin on live host no css?

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Jan 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Admin on live host no css?

    Went there... tried that... still doesnt work. CSS loads fine on my forum, just not on ZENCART.

    Phpbb3 loads correctly >>>> http://www.fppl.com/forum
    Zencart no CSS >>>> http://www.fppl.com/zen

    Any other ideas?

  5. #5
    Join Date
    Jan 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Admin on live host no css?

    Quote Originally Posted by dravekx View Post
    Went there... tried that... still doesnt work. CSS loads fine on my forum, just not on ZENCART.

    Phpbb3 loads correctly >>>> http://www.fppl.com/forum
    Zencart no CSS >>>> http://www.fppl.com/zen

    Any other ideas?
    RE-EDIT: Sorry.. change that...
    Phpbb3 loads correctly >>>> http://www.fppl.net/forum
    Zencart no CSS >>>> http://www.fppl.net/store

  6. #6
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Admin on live host no css?

    Quote Originally Posted by dravekx View Post
    Phpbb3 loads correctly >>>> http://www.fppl.net/forum
    I get 404-object not found

    Quote Originally Posted by dravekx View Post
    Zencart no CSS >>>> http://www.fppl.net/store
    When you're doing installation, are you using fppl.net or fppl.dyndns.org ?
    It would be safer to use the public address if you want things to display consistently.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Jan 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Admin on live host no css?

    Quote Originally Posted by DrByte View Post
    I get 404-object not foundWhen you're doing installation, are you using fppl.net or fppl.dyndns.org ?It would be safer to use the public address if you want things to display consistently.
    Thanks for the help.. give me a bit. Im having some server issues. I upgraded to apache 2.2.8 and reconfiguring as we speak. :)

  8. #8
    Join Date
    Jan 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Admin on live host no css?

    Ok... here's the link:

    http://www.fppl.net/store

  9. #9
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Admin on live host no css?

    The problem is being caused because your webserver is sending out .css files with a MIME type of text/html instead of text/css. Zen Cart uses a doctype that puts the browser into strict mode so the css file is being ignored due to an incorrect mime type. Your forum is probably working because it is running in quirks mode instead of strict mode.

    Regards,
    Christian.

  10. #10
    Join Date
    Jan 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Admin on live host no css?

    How do I fix that? According to the zencart fix, its something in the apache/conf/httpd.conf file. Here are the lines in relation:

    Code:
    <Directory />
        Options FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
    </Directory>
    
    <Directory "xampp/htdocs">
        Options Indexes FollowSymLinks Includes ExecCGI
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
    
    <FilesMatch "^\.ht">
        Order allow,deny
        Deny from all
    </FilesMatch>
    
    <Directory "/xampp/cgi-bin">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>
    Do I need to add AllowOverride ALL to <FilesMatch "^\.ht">?

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v153 Live catalog all text, local host and live admin fine
    By RMPowell01 in forum Installing on a Windows Server
    Replies: 2
    Last Post: 17 Nov 2014, 08:30 PM
  2. Replies: 2
    Last Post: 13 Oct 2011, 03:59 PM
  3. Local Host works fine, Live Server only loads Background
    By ljdream00 in forum Installing on a Windows Server
    Replies: 5
    Last Post: 17 Mar 2011, 03:35 AM
  4. Rebuild on new host, keep old site live.
    By coolglobal in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 6 May 2008, 02:26 PM
  5. Replies: 2
    Last Post: 17 May 2006, 09:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR