Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-12-05 16:04:04
- nomikai
- New Member
- Registered: 2006-12-05
- Posts: 6
Unsolved clean URL problem
Hello,
I read the sticky topic about common fixes on .htaccess file. I tried a dozen of things from there, and only few of them have helped me so far. I have a host from my University, and the server is powered by Debian GNU/Linux with PHP and MYSQL support. The problem seems to be, that comments (atleast) can not be followed. If you go to my website, http://bugi.oulu.fi/~nomikai/, you can see that the frontpage (as well as admin panel) are working. If you click on comment, you receive the following error:
Not Found
The requested URL /txp/index.php/ was not found on this server.
Apache/1.3.33 Server at bugi.oulu.fi Port 80
My index.php file is currently located under ~/public_html folder. Here’s my diagnostics file with low detail:
Textpattern version: 4.0.4 (r1956)
Last Update: 2006-12-05 00:55:40/2006-08-31 14:47:58
Document root: /var/www/public_html_bugi (/mnt/storage/var/www/public_html_bugi)
$path_to_site: /mnt/storage/home/stude/tol06/nomikai/public_html
Textpattern path: /mnt/storage/home/stude/tol06/nomikai/public_html/textpattern
Permanent link mode: section_id_title
Temporary directory path: /tmp
Site URL: bugi.oulu.fi/~nomikai
PHP version: 5.2.0-0.dotdeb.1
Server Local Time: 2006-12-05 17:56:54
MySQL: 4.1.11-Debian_4sarge2-log
Locale: C
Server: Apache/1.3.33 (Debian GNU/Linux) mod_python/2.7.10 Python/2.3.4 PHP/5.2.0-0.dotdeb.1 with Suhosin-Patch mod_perl/1.29
Apache version: Apache/1.3.33 (Debian GNU/Linux) mod_python/2.7.10 Python/2.3.4 PHP/5.2.0-0.dotdeb.1 with Suhosin-Patch mod_perl/1.29
PHP Server API: apache
RFC 2616 headers:
Server OS: Linux 2.4.32-grsec
Pre-flight check:
————————————
Clean URL test failed.
————————————
.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#RewriteBase /
<IfModule mod_rewrite.c>
RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L] RewriteRule ^(.) index.php/</IfModule>
#php_value register_globals 0
————————————
Any help is appreciated,
br,
-nomi
Last edited by nomikai (2006-12-05 16:05:09)
Offline
#2 2006-12-05 22:15:55
- zem
- Developer Emeritus

- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Unsolved clean URL problem
Your Apache server doesn’t appear to have mod_rewrite installed. It’s required for reliable clean URLs. As the FAQ says, you’ll have to use Messy URLs instead.
Alex
Offline
#3 2006-12-06 17:25:12
- nomikai
- New Member
- Registered: 2006-12-05
- Posts: 6
Re: Unsolved clean URL problem
Ok, thanks for your help! :)
Offline
Pages: 1