Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-04-20 04:16:26
- saturnflyer
- Member
- Registered: 2006-01-22
- Posts: 40
404 with clean urls and I have tried multiple config for .htaccess
Here are my diagnostics:
Textpattern version: 4.0.3 (r1188)
last_update: 2006-04-14 22:26:01/2006-04-20 03:04:59
Document root: /usr/local/home/sitename/www
$path_to_site: /usr/local/home/sitename/www
Textpattern path: /usr/local/home/sitename/www/textpattern
Permanent link mode: section_title
Temp folder: /var/tmp
Site URL: newsite. sitename.org
PHP version: 5.1.2
server_time: 2006-04-19 21:14:52
MySQL: 4.1.18-standard-log
Locale: C
Server: Apache/1.3.33 (Unix) PHP/5.1.2 mod_ssl/2.8.22 OpenSSL/0.9.7d
Apache version: Apache/1.3.33 (Unix) PHP/5.1.2 mod_ssl/2.8.22 OpenSSL/0.9.7d
php_sapi_mode: apache
os_version: FreeBSD 5.3-RELEASE-p28
Pre-flight check:
————————————
File Upload Path is not writable: /home/www/files
————————————
FrontPage
#IndexIgnore .htaccess /.?? ~ *# */HEADER /README /_vti
#<Limit GET POST>
#order deny,allow
#deny from all
#allow from all
#</Limit>
#<Limit PUT DELETE>
#order deny,allow
#deny from all
#</Limit>
#AuthName sitename.org
#AuthUserFile /home/www/_vti_pvt/service.pwd
#AuthGroupFile /home/www/_vti_pvt/service.grp
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
————————————
Nothing but messy urls seems to work
Last edited by saturnflyer (2006-06-09 14:21:40)
Offline
#2 2006-04-20 05:01:37
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Offline
#3 2006-04-20 13:12:18
- saturnflyer
- Member
- Registered: 2006-01-22
- Posts: 40
Re: 404 with clean urls and I have tried multiple config for .htaccess
I have, thank you.
Do you see, or know of anything that may prevent this from working?
I have contacted my host for help, but I’m not totally sure what I need to do to get it working.
Offline
#4 2006-04-23 23:36:30
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: 404 with clean urls and I have tried multiple config for .htaccess
As the FAQ says: some servers require additional configuration, while others don’t work at all. The FAQ describes some things that might work. If they don’t, it’s because of a limitation or quirk of your particular server.
Alex
Offline
#5 2006-04-24 02:14:13
- saturnflyer
- Member
- Registered: 2006-01-22
- Posts: 40
Re: 404 with clean urls and I have tried multiple config for .htaccess
Thanks for taking the time zem. I appreciate it. I’m new to this and wanted to know if there was some poorly documented aspect I was missing.
I contacted the host and we were able to work it out.
Offline