GetSimple Support Forum

Full Version: Suddenly no access to stylesheet
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
What is in your <head> tags?

You might be linking to it incorrectly.

Also, does it work without FancyURL's?
duh..

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

Big Grin
^ 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