Comments for The B-Log Stuff and Things 2012-02-02T11:23:48Z http://www.btjones.com/comments/feed/atom/ WordPress Comment on Hide UISearchBar Background (iPhone SDK 3.2 & 4.0) by karthick karthick http://www.btjones.com/?p=767#comment-21809 2012-02-02T11:23:48Z 2012-02-02T11:23:48Z Great thank you very much.

]]>
Comment on GoDaddy mod_rewrite problem fix! by Dan Bibbens Dan Bibbens http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-21606 2012-01-02T02:36:03Z 2012-01-02T02:36:03Z @Brandon

Thank your for the help.

I will give that a shot.

]]>
Comment on GoDaddy mod_rewrite problem fix! by Brandon Brandon http://www.btjones.com http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-21605 2012-01-02T02:32:17Z 2012-01-02T02:32:17Z @Dan Bibbens

You’ll want it in your root directory in the example I gave you. And yes, I have seen some delays with GoDaddy before which is really frustrating. Not sure how long the delay is though (maybe 15 minutes or an hour?), it’s been a few years since I did any real mod_rewrite work with GoDaddy and I don’t remember the specifics of the delay.

The code you posted should work if you move it into the region directory. Otherwise, what you posted would work to rewrite this http://www.youthlaxco.com/team to this http://www.youthlaxco.com/index.php?pg=team which could be what you want.

]]>
Comment on GoDaddy mod_rewrite problem fix! by Dan Bibbens Dan Bibbens http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-21604 2012-01-02T02:21:54Z 2012-01-02T02:21:54Z @Brandon
I have all of the files of the region placed in the root folder on godaddy.

so it would be w/o region

Options -MultiViews
RewriteEngine On
RewriteRule ^/([^/\.]+)/?$ /index.php?pg=$1 [L]

]]>
Comment on GoDaddy mod_rewrite problem fix! by Dan Bibbens Dan Bibbens http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-21603 2012-01-02T02:14:18Z 2012-01-02T02:14:18Z @Brandon

I new to this.
For the .htaccess file—–will it need to be placed in the main root directory or the /region/ directory… so i can get a better understanding how it works.

Is there a delay with godaddy?

]]>
Comment on GoDaddy mod_rewrite problem fix! by Brandon Brandon http://www.btjones.com http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-21602 2012-01-02T02:02:56Z 2012-01-02T02:02:56Z @Dan Bibbens

Do you have any rules set up in your .htaccess file to perform the rewrite you’re looking for? This blog post is about enabling mod_rewrite in GoDaddy’s hosting environment since it seems they sometimes have multiviews enabled which interferes with mod_rewrite. Writing the rules themselves is a completely separate task.

That being said, you’ll need to add some code similar to the following in your .htaccess file. This is just scratching the surface with what mod_rewrite can do and you may end up needing something more complex:


Options -MultiViews
RewriteEngine On
RewriteRule ^region/([^/\.]+)/?$ region/index.php?pg=$1 [L]

]]>
Comment on GoDaddy mod_rewrite problem fix! by Dan Bibbens Dan Bibbens http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-21601 2012-01-02T01:19:33Z 2012-01-02T01:19:33Z I need help with it…

i have the url
http://www.youthlaxco.com/region/index.php?pg=team
i want to change it to
http://www.youthlaxco.com/region/team

]]>
Comment on GoDaddy mod_rewrite problem fix! by seb_z_lite seb_z_lite http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-20755 2011-10-18T22:27:46Z 2011-10-18T22:27:46Z alright!! yes. it finally works. I spent so many days.only with Godaddy. Clean Urls finally..

]]>
Comment on Four Months of Beard by Danii Oliver Danii Oliver http://aboutDamn.com http://www.btjones.com/?p=837#comment-20216 2011-09-17T00:30:11Z 2011-09-17T00:30:11Z Nice I like the progressive tracking of your growth. There are things like that that I want to do but always end up too busy to remember.

]]>
Comment on GoDaddy mod_rewrite problem fix! by Matt Swensen Matt Swensen http://mattswensen.com http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-20198 2011-09-15T23:48:03Z 2011-09-15T23:48:03Z One great big THANK YOU to you… You wrote this almost 4 years ago and it saved me today. I have been banging my head against the wall about this for hours. THANK YOU

]]>