Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2009-01-03 21:02:15
- kevinpotts
- Member
- From: Ghost Coast
- Registered: 2004-12-07
- Posts: 370
Re: Server Compatibility Godaddy
OK, I have no idea what happened, but now the default .htaccess in 4.0.7 is working perfectly. Weird. Nevermind.
Kevin
(graphicpush)
Offline
#14 2009-09-18 15:52:25
- dressedinvalue
- Member
- From: Louisville, KY
- Registered: 2008-12-31
- Posts: 21
Re: Server Compatibility Godaddy
John Einselen, thanks a BUNCH for posting that. Just had to set up TXP on GoDaddy and it worked perfectly. I’m running TXP 4.2.0.
Offline
#15 2009-09-19 10:10:07
- Alex007
- Member
- Registered: 2007-10-24
- Posts: 57
Re: Server Compatibility Godaddy
I have just installed 4.2.0 on godaddy and i am having problems using clean URL’s, it gives me the godaddy page not found.
When i change the Permanent link mode to ?messy it works ok, except i dont want messy urls ;(
Does anyone know how to get clean url’s working in godaddy? do i need to update my .htaccess file?
Any help would be appreciated.
Offline
Re: Server Compatibility Godaddy
Alex007 wrote:
do i need to update my .htaccess file?
If it’s not the one that came with TXP 4.2 then yes.
Also Godaddy’s Apache configuration might be something to look at. I think you can read that in Admin > Diagnostics. I’m not sure how to troubleshoot further when looking at Apache stuff, or if that’s even the culprit.
txtstrap (Textpattern + Twitter Bootstrap + etc…)
Offline
#17 2009-09-19 10:53:39
- Alex007
- Member
- Registered: 2007-10-24
- Posts: 57
Re: Server Compatibility Godaddy
Thanks for that.
I am using the htaccess file that come with 4.2.0 and still no luck in the diagnostics all it says when i use friendly URLs is
‘Clean URLs are only supported by Apache, use at your own risk’
What help is that! I am guessing it muct be the apache config in godaddy ;(
Anyone else had this problem?
Offline
#18 2009-09-19 13:52:23
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Server Compatibility Godaddy
Have you tried the .htaccess provided in this post?
If it doesn’t work with that, please post your diagnostics.
Offline
#19 2009-09-19 17:05:18
- Alex007
- Member
- Registered: 2007-10-24
- Posts: 57
Re: Server Compatibility Godaddy
Thanks Els, I have tried http://forum.textpattern.com/viewtopic.php?pid=153244#p153244 but no luck, it still tells me page not found when i try and go directly to the section e.g. domain.com/blog
This is what the diagnostics info says:
Textpattern version: 4.2.0 (r3275)
Last Update: 2009-09-19 09:36:28/2009-08-28 19:31:19
Document root: D:\Hosting\4594644\html ()
$path_to_site: D:\Hosting\4594644\html
Textpattern path: D:\Hosting\4594644\html\textpattern
Permanent link mode: section_title
upload_tmp_dir: D:/Temp/php
Temporary directory path: D:\temp\tmp
Site URL: www.domain.com
PHP version: 5.2.5
GD Image Library: bundled (2.0.34 compatible); supported formats: GIF, JPG, PNG.
Server TZ: America/Phoenix
Server Local Time: 2009-09-19 03:51:19
DST enabled?: 0
Automatically adjust DST setting?: 0
Time Zone: Europe/London (0)
MySQL: 5.0.67.d7-ourdelta-log
Locale: English_United Kingdom.1252
Server: Microsoft-IIS/7.0
PHP Server API: cgi-fcgi
RFC 2616 headers: 0
Server OS: Windows NT 6.0
Admin-side theme: remora 4.2.0
Pre-flight check:
————————————
Clean URLs are only supported by Apache, use at your own risk.
————————————
.htaccess file contents:
————————————
#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]
RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
Any ideas whats wrong?
Offline
Re: Server Compatibility Godaddy
This:
Server: Microsoft-IIS/7.0
Clean URLs are designed to work with and tested with Apache, as it says in the diagnostics:
Clean URLs are only supported by Apache, use at your own risk
Partly Messy: Clean urls without mod_rewrite provides an idea for a work-around method if you can define a document for a “Not Found” condition.
Offline
Re: Server Compatibility Godaddy
Alex007 : you can just switch to Linux server for free!
for this go to your hosting page under your account.
Last edited by THE BLUE DRAGON (2009-09-22 10:22:37)
Offline
#22 2009-09-22 16:26:05
- Alex007
- Member
- Registered: 2007-10-24
- Posts: 57
Re: Server Compatibility Godaddy
Thanks Blue Dragon
Only if it was that simple! I goto the Hosting page under my account and then to the control panel and i have no option to switch.
Do you know if there is a help page for this?
Offline
Re: Server Compatibility Godaddy
To Switch Your Hosting Account Operating System
Log in to your Account Manager.
In the My Products section, select Hosting.
Click on the name of the hosting account whose operating system you want to change.
In the Account Details section on the right, click Upgrade/Downgrade Hosting Account.
In the Select New Plan section, select a new hosting plan. You can also upgrade your bandwidth (additional data transfer) and disk space at this time.
Click Continue.
If your new hosting plan is an upgrade from your existing plan, proceed through the purchase process. Otherwise, click Save Changes.
This change may make take up to 72 hours depending on the size of the site, the number of databases and other factors that may increase the complexity of the migration. You will receive a email message when we complete your upgrade.
http://help.godaddy.com/article/1285
Last edited by THE BLUE DRAGON (2009-09-23 08:31:31)
Offline
#24 2010-03-23 15:31:56
- BryanA.
- Member
- From: Maryland, USA
- Registered: 2007-08-12
- Posts: 104
Re: Server Compatibility Godaddy
GoDaddy suggested to me to use a php5.ini file with the same content as the packaged .htaccess – Didn’t work. I can verify again that Page 1’s .htaccess file works AS IS when the TXP 4.2.0 install is at the root (don’t know about inside a blog folder).
Surprisingly, the “RewriteBase / “ line DID NOT need the addition of /title or section/title to deliver clean URLs which I expected to have to do.
Also, went back to using .htaccess instead of php5.ini HUGE thanks! Now if FoodNewsie.com is screwed up, it’s all my own fault. Damn… :)
Voice Actor – starting up a site for that good book stuff.
Offline