-
Website
http://hellyeahbitch.com -
Original page
http://hellyeahbitch.com/2005/07/08/517/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
schuylerhagglund
9 comments · 1 points
-
Craigslist Proxy
1 comment · -1 points
-
sandieman
1 comment · 1 points
-
misscraftypants
1 comment · 1 points
-
penny stocks
1 comment · 1 points
-
-
Popular Threads
Now the whole site is database driven and adding a new 'page' is just adding a new entry into a mysql table. I can specify page title, icon, and if it's a public or password-protected page.
There was a problem with having the .htaccess in the root folder and bleeding into other areas of the webserver (test sites, internal stuff, etc). Putting a one-line .htaccess with 'RewriteEngine off' turns it off for all url requests for that subfolder and below.
Also realize that a lot of places link to specific pages on your site (random blogs, Google). If you drop the .php extension entirely your 404 Error page will explode. For a while you have to make sure to write your redirect expressions to account for both types of requests. I don't know how MT organizes files at all, so this may or may not be a problem. On my homegrown site it was a biggie.