Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-03-31 20:26:56
- eoin
- Member
- Registered: 2006-03-31
- Posts: 10
After setup, 404 Not Found
Hi,
I’ve got a fresh installation of Apache2, mySQL, PHP5
, phpMyAdmin and textpattern. Everything except textpattern is working ok.
Apache has mod_rewrite loaded.
Took textpattern through the setup pages ok and textpattern indicates that everything is fine. I click on the link to the main page at the end of the setup and get TextPattern Error: 404 Not Found.
I’ve tried uncommenting the various directives in the .htaccess file. Still get the error 404 message.
My URL to textpattern is http://localhost/textpattern.
config.php looks is:
<?php
$txpcfg[‘db’] = ‘textpattern’;
$txpcfg[‘user’] = ‘root’;
$txpcfg[‘pass’] = ‘admin’;
$txpcfg[‘host’] = ‘localhost’;
$txpcfg[‘table_prefix’] = ‘’;
$txpcfg[‘txpath’] = ‘C:\Program Files\Apache Group\Apache2\htdocs\textpattern’;
$txpcfg[‘dbcharset’] = ‘utf8’;
?>
Apologies if this is a previously-answered question. Really wanting to move forward with this.
Thanks,
Eoin
(Edit: updated your thread title to something more useful. :) -Mary)
Last edited by Mary (2006-04-01 19:08:56)
Offline
#2 2006-04-01 03:08:04
- bluelena69
- Member
- From: North Carolina
- Registered: 2006-01-06
- Posts: 51
Re: After setup, 404 Not Found
Have you run the diagnostics under “Admin?” Post the results of that and it will be easier to tell.
Blue
“He has emotional problems. We need a new American President…”
—Hugo Chavez
Offline
#3 2006-04-01 03:19:24
- KurtRaschke
- Plugin Author
- Registered: 2004-05-16
- Posts: 275
Re: After setup, 404 Not Found
Blue,
I don’t believe Eoin is able to log in to the admin inteface to being with.
Eoin, is the 404 coming from TXP or Apache? If it’s a server 404, then I’d suggest that you try un-packing a fresh download of TXP, as you may have missing files in your present copy.
-Kurt
kurt@kurtraschke.com
Offline
#4 2006-04-02 17:27:33
- eoin
- Member
- Registered: 2006-03-31
- Posts: 10
Re: After setup, 404 Not Found
Downloaded a fresh copy of textpattern and unpacked it. Everything working fine now.
Thanks,
Eoin
Offline
Pages: 1