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.