Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-12-11 17:17:29
- progre55
- Member
- Registered: 2006-05-02
- Posts: 668
htaccess file and Register.com
TXPers:
I am working on a new site and I needed to keep the site at their current host: register.com
When I attempted to load TXP I got server error message. I contacted Register.com and had them look into the issue.
What they wound up doing is they hardcoded the RewriteRule ^(.*) instead of the index.php … it now has the complete path http://xxxxxxxxxxx/index.php .
The above change enabled me to load TXP and the backend seems to work fine.
My problem is that when I attempt to go to any other section it takes me back to the default page. I am sure it has something to do with the htaccess file and this line, but I can not seem to solve it.
FYI, I can access html pages (old ones) that were on the server.
I attempted to revert the htaccess file back to the original way, but then I get server error messages.
Any help would be greatly appreciated.
Progre55
Last edited by progre55 (2007-12-11 17:17:54)
Offline
Re: htaccess file and Register.com
Here’s a thread about .htaccess tweaks that might help you.
Offline
#3 2007-12-11 19:42:13
- progre55
- Member
- Registered: 2006-05-02
- Posts: 668
Re: htaccess file and Register.com
zero: thanks for the reply.
Got the problem figured out, I just changed the line to:
RewriteRule ^(.*) /index.php
Seems to work now.
progre55
Offline
Offline
Pages: 1