All pages losing CSS template styling

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
jesna
New Member
New Member
Posts: 3
Joined: Wed Dec 26, 2012 4:27 pm

All pages losing CSS template styling

Post 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>
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: All pages losing CSS template styling

Post by calguy1000 »

CMSMS 1.9.4.3 is no longer supported. Sorry.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Locked

Return to “CMSMS Core”