thedigicraft / Atom.CMS

Atom.CMS
56 stars 52 forks source link

Loosing the CSS :- Part 49 - Using PHP to Handle a Clean URL #96

Open angelanjali opened 9 years ago

angelanjali commented 9 years ago

I am loosing css of the page at this point: blog/new-jquery-plugin If there is only one call part, then it is okay. Can anybody tell what can be the reason behind. I have copied exactly the same code and steps as shown in the vedio.

atomcms

creptor commented 9 years ago

this site was made to be in just one folder (or one folder away from the index.php). So if you don't have your index.php file in localhost/dynamic/blog/ you can recreate it there and it will work. If that's not your problem, please post your index.php and setup.php(or whathever you called your starter web config).

example: http://trovetrade.ml/help/help and http://trovetrade.ml/help

creptor commented 9 years ago

NOTE: the CDN for bootstrap and other things must have an http: or https: defined for localhost

thedigicraft commented 9 years ago

yes as @creptor says; make sure you have http:// rather than the // that comes with the CDN when you copy/paste it.