|
May
22
1
|
Yahoo Hosting's Lack of .htaccess Support |
|||||
Here I am, minding my own business, trying to write a rule for mod_rewrite that redirects /blog/ to / so there's no duplicate content (just in case I missed a homepage link in the template — or someone links it — it gets redirected). And here I am discovering that Yahoo (quite lamely) doesn't support .htaccess files at all. Wow, this totally stinks. This comes after also discovering that Yahoo also doesn't allow their managed WordPress installation to go in the root directory, either. But I found a solution: if ($_SERVER['REQUEST_URI'] == '/blog/') { Just toss that in the index.php from the WordPress control panel. Ironically, WP also lets you manage .htaccess, but it blows up. Surprise surprise. Yahoo: either fix this, or remove the link in WP. And yes, I know I'm totally lame for using Yahoo. I thought I'd stop micro managing and let someone else host for me (I own my own servers for my own work). Big mistake. Related posts: Virtual Hosting is a Liability I was playing around with the What is Hosted on... Yahoo! Cannibalizes Google's Search Appliance Market Yahoo recently announced that they are releasing a free enterprise... The Proper Procedure for Changing Hosting Companies (It's really not always so simple … ) Should the need exist to change hosting companies, the process... Guide To Multiple Class C Web Hosting There are many rumors surrounding the venerable IP address as... Yahoo API Code <?php /* sample usage: $tree = new xmlTreeParser('sample.xml'); echo '<pre>'; print_r($tree->getTree()); */ class xmlTreeParser { var $_parser; var $_xmldata;...
| ||||||
"Only One Wise Comment Banged Out Somewhere On The Internet ..."
This issue really blows because it does not allow setting up some powerful php scripts properly without the mod-rewrites to make it search engine friendly. I can't understand why Yahoo does not support the .htaccess at this stage of internet time.
|


















