Page 1 of 1

All pages losing CSS template styling

Posted: Wed Dec 26, 2012 5:08 pm
by jesna
CMS Made Simpleā„¢ Ver 1.9.4.2
PHP Ver 5.2.17
Apache Ver 2.2.23
URL:
http://www.jewishfutures.net/
Hosted:
http://www.jesna.org/jewishfutures/index.php

::::::::::::::::::::::

I am not so familiar with CMS Made Simple but I have been handed over this site that has not been edited in months but in the last week, this site keeps losing it's template styling. The web host linked the CSS correctly and I replaced, from a backup, the htaccess file and we got the template linked and now it happened again. Below is the htaccess file code, Is there anything I have to edit here or maybe something in the admin area I'm not aware of?
Thanks

Code: Select all

# Attempt to override some php settings, these settings may be helpful on some hosts if your
# default configuration does not meet CMS's minimum requirements, and your host
# has given your account appropriate permissions

#php_value memory_limit "64M"
#php_value upload_max_filesize "10M"
#php_value post_max_size "16M"
#php_value max_execution_time "800"
#php_value max_input_time "800"

#php_value session_save_path "tmp/cache"

#php_flag magic_quotes_gpc Off
#php_flag register_globals Off
#php_flag session.use_trans_sid Off

# (this is important, so uncomment if your host permit)
#Options -Indexes
#ServerSignature Off
#
#Options +FollowSymLinks
#
<IfModule mod_rewrite.c>
RewriteEngine on
#
#Sub-dir e.g: /cmsms
RewriteBase /jewishfutures

#
# 301 Redirect all requests that don't contain a dot or trailing slash to
# include a trailing slash
# but ignore POST requests.
#RewriteCond %{REQUEST_URI} !/$
#RewriteCond %{REQUEST_URI} !\.
#RewriteCond %{REQUEST_METHOD} !POST$
#RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]

# Rewrites urls in the form of /parent/child/
# but only rewrites if the requested URL is not a file or directory
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?page=$1 [QSA]
</IfModule>

Re: All pages losing CSS template styling

Posted: Thu Dec 27, 2012 4:02 pm
by calguy1000
CMSMS 1.9.4.3 is no longer supported. Sorry.