Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2016-11-24 11:14:20

RedFox
Member
From: Netherlands
Registered: 2005-03-25
Posts: 805
Website

[SOLVED] Individual articles don't load the stylesheet ... !?

Sections do > e.g. /cranio … individual articles don’t > e.g. /wat-is-cranio-sacraal … !?

The ‘permenant link modus’ is set on ‘/section/title’ and if I select ‘messy urls’ I get a warning (screenshot) >

Logs:

Textpattern version: 4.6.2 (8412e32468526e075446b881d13bd9ce)
Last update: 2016-11-21 08:38:51/2016-11-21 08:37:40
Document root: d:\www\waterlijf.nl\www (D:\www\waterlijf.nl\www)
$path_to_site: D:\www\waterlijf.nl\www
Textpattern path: D:\www\waterlijf.nl\www\textpattern
Article URL pattern: section_title
upload_tmp_dir: d:/tmp
Temporary directory path: D:\www\waterlijf.nl\www\textpattern\tmp
Site URL: www.waterlijf.nl
PHP version: 7.0.11
GD Graphics Library: bundled (2.1.0 compatible); supported formats: GIF, JPG, PNG.
Server TZ: Europe/Amsterdam
Server local time: 2016-11-24 12:11:30
Daylight Saving Time enabled?: 0
Automatically adjust Daylight Saving Time setting?: 1
Time zone (GMT offset in seconds): Europe/Amsterdam (3600)
MySQL: 5.5.5-10.1.19-MariaDB
Database server time: 2016-11-24 12:11:31
Database server time offset: 1 s
Database server timezone: SYSTEM
Database session timezone: SYSTEM
Locale: English_United Kingdom.1252
Server: Microsoft-IIS/8.5
PHP server API: cgi-fcgi
RFC 2616 headers: 0
Server OS: Windows NT 6.3
Active plugins: smd_gallery-0.62, zem_contact_reborn-4.5.0.0, rah_function-0.7.1, stm_article_order-0.3.2.19bm, upm_insert_tab-0.3, smd_lib-0.36, adi_notes-1.3.1, wet_peex-0.4, wet_quicklink-0.7
Admin-side theme: hive 4.6.2

Pre-flight check: 
------------------------
Clean URLs are only supported on Apache, use at your own risk.
------------------------

.htaccess file contents: 
------------------------
# BEGIN Textpattern
#DirectoryIndex index.php index.html

#Options +FollowSymLinks
#Options -Indexes
#ErrorDocument 403 default

<IfModule mod_rewrite.c>
    RewriteEngine On
    #RewriteBase /relative/web/path/

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^(.+) - [PT,L]

    RewriteCond %{REQUEST_URI} !=/favicon.ico
    RewriteRule ^(.*) index.php

    RewriteCond %{HTTP:Authorization}  !^$
    RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>

#php_value register_globals 0

<IfModule mod_mime.c>
    AddType image/svg+xml  svg svgz
    AddEncoding gzip       svgz
</IfModule>
# END Textpattern

------------------------

“Clean URLs are only supported on Apache, use at your own risk.” … this could be the culprit I think.

Eh … what to do now?

[edit]

Oops, sorry … I was just panicking … of course the URL of the stylesheet wasn’t correct … :%

Edit: Tagged topic as “solved”. – Uli –

Last edited by uli (2016-11-24 14:01:44)

Offline

Board footer

Powered by FluxBB