Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-02-16 04:26:26
- Phlip
- Member
- Registered: 2005-03-10
- Posts: 36
need a / on perm links
Hello, I’m working on my second txp install and am running into a problem that I believe I had before. All the links to permanent urls or even sections gives me a 404. I’ve already read the FAQ on this and tried a million variations on my htaccess file. I’ve even used my exact same htaccess file from my other txp install, still get the 404 but I have noticed that just putting a / at then end of /section/article everything works. Anyone have an idea why I need that extra slash? thanks in advance for any help.
Phlip
Offline
#2 2006-02-16 04:32:29
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: need a / on perm links
So /section/article
doesn’t work, but /section/article/
does?
Offline
#3 2006-02-16 04:34:20
- Phlip
- Member
- Registered: 2005-03-10
- Posts: 36
Re: need a / on perm links
Thanks for the response Mary. Yes that is correct.
Offline
#4 2006-02-18 09:23:40
- Phlip
- Member
- Registered: 2005-03-10
- Posts: 36
Re: need a / on perm links
any help here? I’m still having the same problem. thanks
Phil
Offline
#5 2006-02-18 13:32:25
- KurtRaschke
- Plugin Author
- Registered: 2004-05-16
- Posts: 275
Re: need a / on perm links
Please post your Textpattern diagnostics.
-Kurt
kurt@kurtraschke.com
Offline
#6 2006-02-18 15:48:36
- Phlip
- Member
- Registered: 2005-03-10
- Posts: 36
Re: need a / on perm links
Textpattern version: 4.0.3 (r1188)
last_update: 2006-02-15 04:53:57/2006-02-15 04:46:18
Document root: /home/content/B/l/u/Blueimage1/html
$path_to_site: /home/content/B/l/u/Blueimage1/html
Textpattern path: /home/content/B/l/u/Blueimage1/html/textpattern
Permanent link mode: section_title
upload_tmp_dir: /tmp
Temp folder: /home/content/B/l/u/Blueimage1/html/textpattern/tmp
Site URL: www.hiding-this-for-now.com
PHP version: 4.3.11
Register globals: 1
server_time: 2006-02-18 08:40:01
MySQL: 4.0.24-max-log
Locale: en_GB.UTF-8
Server: Apache
php_sapi_mode: cgi-fcgi
os_version: Linux 2.4.21-27.ELsmp
Pre-flight check:
————————————
Your version of PHP has security related risks. Please turn register_globals off or update to a newer PHP version.
————————————
.htaccess file contents:
————————————
DirectoryIndex index.php index.html
#Options +FollowSymLinks
RewriteBase /
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
Offline
Pages: 1