GetSimple Support Forum
Suddenly no access to stylesheet - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Suddenly no access to stylesheet (/showthread.php?tid=390)



Suddenly no access to stylesheet - dclawson - 2010-02-11

Hello all,

I've recently started using GetSimple and i think it's great.

About an hour ago my stylesheet suddenly stopped working and i can't even access it via direct URL.

I am assuming this is something to do with .htaccess as my CSS validates correctly.

I have a clean install of CMS in a subfolder /pbm/ with Fancy URLs enabled.

Here is my .htaccess

Code:
AddDefaultCharset UTF-8
RewriteEngine on

RewriteBase /pbm/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [L]

Any ideas?

Thanks!


Suddenly no access to stylesheet - internet54 - 2010-02-11

What is in your <head> tags?

You might be linking to it incorrectly.

Also, does it work without FancyURL's?


Suddenly no access to stylesheet - dclawson - 2010-02-11

duh..

I had an extra / in my stylesheet link, must have happened whilst i was coding something else.

Big Grin


Suddenly no access to stylesheet - internet54 - 2010-02-11

^ Don't you hate that crap. You get frustrated over something sooooooo simple but you can't figure it out for the life of you. Your not the only one that deals with that, (personal experience). Wink