Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2009-04-08 04:52:55
- Hutch
- New Member
- Registered: 2009-04-08
- Posts: 2
[Solved] GoDaddy Clean URLs
Hi all,
I have been using Wordpress/Joomla to develop sites and stumbled across TXP – can’t believe I didn’t know about it sooner.
Anyway, I have some dev hosting on GoDaddy (cheap) but I am having some issues with clean URL rewriting. I have been through the other posts with GoDaddy solutions and have tried the suggested .htaccess recommendations to no avail.
I currently have a WP site hosted in / with a .htaccess for that site in /
The TXP installation is at /hutch/dev/ with a .htaccess for that in /hutch/dev/ – is this setup correct?
Current .htaccess in /hutch/dev:
DirectoryIndex index.php index.html
Options +FollowSymLinks
RewriteBase /
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
</IfModule>
Any suggestions?
Last edited by Hutch (2009-04-08 16:50:01)
Offline
#2 2009-04-08 16:49:50
- Hutch
- New Member
- Registered: 2009-04-08
- Posts: 2
Re: [Solved] GoDaddy Clean URLs
Fixed, I used the included .htaccess in /hutch/dev/. It simply needed a short while to propogate.
Offline
Pages: 1