Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2010-04-05 02:34:32
- wspence
- Member
- Registered: 2006-09-03
- Posts: 84
need some help with clean urls/.htaccess on godaddy
I have textpattern installed under http://home.mysite.com on a godaddy linux server
how would I write my .htaccess file so I can have Clean URLs?
here’s my diagnostic output incase it helps
edit: removed my directory path…could be dangerous leaving it on here.
Last edited by wspence (2010-04-05 09:04:04)
Offline
Re: need some help with clean urls/.htaccess on godaddy
See John’s post from 2007. As John’s modifications for the old .htaccess file, and the helpful post explains, in your .htaccess file you will probably see lines:
#Options +FollowSymLinks
#RewriteBase /relative/web/path/
Try to change them into:
Options +FollowSymLinks
RewriteBase /
You may also end up changing rewirebase and defining directoryindex. Directoryindex can be changed by uncommenting the line already in the file.
Last edited by Gocom (2010-04-05 04:35:33)
Offline
#3 2010-04-05 05:19:28
- wspence
- Member
- Registered: 2006-09-03
- Posts: 84
Re: need some help with clean urls/.htaccess on godaddy
Edit: I resolved my issue. Had the .htaccess file under the subdomain and not under the root directory. Can tell I’m working late :) thanks for the help though!
Last edited by wspence (2010-04-05 06:14:51)
Offline
Offline