Ubuntu geliştirirken CSS erişemiyor?

2 Cevap php

I am developing a web application using PHP and mysql.I was doing the intial development in a windows machine and now shifted to ubuntu ultimate edition.I installed apache/PHP/Mysql and configured them. I placed my web folder in /var/www and when I give the URL in browser,I am not getting the page with CSS.

Not Working:

href = ". / css / style.css"

Working:

href = "style1.css"

Linux ve Windows hem de çalışır o yüzden ortak bir url verebilir nereden zaten var.

2 Cevap

Webroot / var / www / sitename.com ise

ve CSS / var / www / sitename.com / css yaşıyor

. her zaman / css / style.css, değil / css olarak bakın - "/" webroot değil dosya sistemi göredir. Eğer sitename.com / sayfada hakkında / eğer '. / Css' seni mahvedebilir olacak

Tam yolunu http://localhost/cgi-bin/ [uygun yol, örneğin kullanmayı deneyin. css / style.css] ve hala bir dosya sorun işe yaramazsa.

Check if You put the file where You expect it to be and if yes - try in console: chmod 0755 style.css

Sen 403 hata değil 404 almak olabilir, çünkü