Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-08-24 11:17:42
- keith chegwin
- New Member
- Registered: 2007-08-24
- Posts: 4
404 error - first post
hi there gang.
this is my first post so please excuse my ignorance.
I have managed to set up my site, but cannot see any pages other than the index.
I have tried to look at the .htaccess file, but nothing appears in the file. I am using A Small Orange Hosting.
This is the site
http://www.nicholasridley.com/textpattern/
the 404 error
http://www.nicholasridley.com/textpattern/article/2/hello-world
I can also not find ADMIN login which is strange?
Please help !
thanks
Last edited by keith chegwin (2007-08-24 12:06:21)
Offline
Re: 404 error - first post
Well, how I see it your site works well, except clean urls. With messy-urls articles are showing correctly. I only wonder why you have installed Textpattern inside _textpattern_-subdir, but afterall, it’s your own choise. See:
http://www.nicholasridley.com/textpattern/index.php?id=2
http://www.nicholasridley.com/textpattern/index.php?id=1
Do you have in .htaccess-file:
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.*) index.php
</IfModule>
#php_value register_globals 0
PS. The admin-panel does work well. It’s located in http://www.nicholasridley.com/textpattern/textpattern/
Cheers!
Last edited by Gocom (2007-08-24 12:24:59)
Offline
#3 2007-08-24 13:18:09
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: 404 error - first post
Offline
#4 2007-08-24 13:18:25
- keith chegwin
- New Member
- Registered: 2007-08-24
- Posts: 4
Re: 404 error - first post
thanks for finding the admin panel for me :)
hmm I just wanted to test textpattern thats why its in a sub directory…I have a wordpress page that I dont want to change that loads on the main index.html
if I change the .httaccess wont that change my wordpress access?
Last edited by keith chegwin (2007-08-24 13:19:09)
Offline
#5 2007-08-24 13:27:19
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: 404 error - first post
You’ll have to change the .htaccess in your (first) textpattern directory, that won’t affect anything above it.
Offline
#6 2007-08-24 13:46:12
- keith chegwin
- New Member
- Registered: 2007-08-24
- Posts: 4
Re: 404 error - first post
there is no httaccess file in the text pattern directory…only the host directory. Is what you meant?
thanks
Offline
#7 2007-08-24 14:09:21
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: 404 error - first post
It should be in the directory your site is in. So in your case it should be in http://www.nicholasridley.com/textpattern/. If it’s not there, that is probably the cause of your problem. .htaccess sometimes doesn’t get uploaded because some ftp clients don’t show this file. You can probably change the settings to make it visible, and then just upload it to http://www.nicholasridley.com/textpattern/. Edit: what I meant is probably something like /public_html/textpattern/.
Last edited by els (2007-08-24 14:13:11)
Offline
#8 2007-08-24 15:08:04
- keith chegwin
- New Member
- Registered: 2007-08-24
- Posts: 4
Re: 404 error - first post
strange still not working even when I remove the # in the .htaccess
must be a problem with a small orange….. :(
Offline
Pages: 1