Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Suddenly no access to stylesheet
#1
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!
Reply
#2
What is in your <head> tags?

You might be linking to it incorrectly.

Also, does it work without FancyURL's?
Clients always want to be able to change the content of their pages, but they are unwilling to do so.

Have you ever coded in your underwear before?
Reply
#3
duh..

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

Big Grin
Reply
#4
^ 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
Clients always want to be able to change the content of their pages, but they are unwilling to do so.

Have you ever coded in your underwear before?
Reply




Users browsing this thread: 1 Guest(s)