2010-02-11, 00:58:03
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
Any ideas?
Thanks!
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!