Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2012-08-02 20:23:03
- Berick
- New Member
- Registered: 2012-08-02
- Posts: 5
Articles not showing..
I have set it to to messy links and I still get a 404 The requested resource was not found.
When I set it to clean URLs I have the same error.
I used the default .htaccess file supplied with the installation.
About the server, it is my own so I have full control about settings and such.
At the moment it is a default installation of apache2, mysql, php5 without any special settings.
Does anyone got an idea? Tried now for over 2 hours and did not find out what the problem is.
mod_rewrite and mod_deflate are enabled.
Cheers
Berick
Offline
#2 2012-08-02 21:27:09
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: Articles not showing..
Please post your diagnostics.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#3 2012-08-02 21:38:16
- Berick
- New Member
- Registered: 2012-08-02
- Posts: 5
Re: Articles not showing..
Textpattern version: 4.4.1 (r3575)
Last update: 2012-08-02 17:11:04/2011-06-18 06:17:13
Document root: /var/www
$path_to_site: /var/www
Textpattern path: /var/www/textpattern
Permanent link mode: year_month_day_title
Temporary directory path: /tmp
Site URL: ourblog.dodax.com
PHP version: 5.3.3-7+squeeze13
GD Image Library: unavailable
Server TZ: Europe/Berlin
Server local time: 2012-08-02 22:58:57
DST enabled?: 1
Automatically adjust DST setting?: 1
Time zone: Europe/Zurich (3600)
MySQL: 5.1.63-0+squeeze1
Locale: C
Server: Apache/2.2.16 (Debian)
Apache version: Apache/2.2.16 (Debian)
PHP server API: apache2handler
RFC 2616 headers:
Server OS: Linux 2.6.32-5-xen-amd64
Admin-side theme: classic 4.4.1
Pre-flight check:
————————————
Clean URL test failed.
————————————
.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /
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
————————————
Offline
#4 2012-08-02 21:52:32
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: Articles not showing..
Berick wrote:
I used the default .htaccess file supplied with the installation.
You’ve changed it: what happens when you put a comment (#) before RewriteBase
?
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#5 2012-08-02 21:56:26
- Berick
- New Member
- Registered: 2012-08-02
- Posts: 5
Re: Articles not showing..
same as before. no change at all
Offline
#6 2012-08-02 22:03:44
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: Articles not showing..
Sorry, forgot to tell you to change to messy mode.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#7 2012-08-02 22:05:02
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: Articles not showing..
And think of deleting the cache, just in case.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#8 2012-08-02 22:07:25
- Berick
- New Member
- Registered: 2012-08-02
- Posts: 5
Re: Articles not showing..
tested it and still error 404 with messy mode and cleared cache
Offline
Re: Articles not showing..
Hi Berick
Maybe you should read through this thread which provides various solutions for the htaccess configuration.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#10 2012-08-03 07:14:38
- Berick
- New Member
- Registered: 2012-08-02
- Posts: 5
Re: Articles not showing..
Yes I did and tried out several different versions. As I said I played around for more than 2 hours and did not get it to work.
It does not work with or without .htaccess and it does not work with messy or clean url mode. It just does not work at all.
Offline
Pages: 1