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


Messages In This Thread
Suddenly no access to stylesheet - by dclawson - 2010-02-11, 00:58:03
Suddenly no access to stylesheet - by internet54 - 2010-02-11, 01:04:49
Suddenly no access to stylesheet - by dclawson - 2010-02-11, 01:07:42
Suddenly no access to stylesheet - by internet54 - 2010-02-11, 01:09:49



Users browsing this thread: 1 Guest(s)