I was kicking myself trying to get the permalinks fixed and what do you know, someone already had this issue with Wordpress and Godaddy.com
http://www.queenofkludge.com/wordpress-permalinks-godaddy-htaccess-file-patience-required/
The short answer is:Set your permalinks in the settings/permalinks page and then wait an hour for the backend to catch up. Not sure what the wait is for but it worked.
Monday, March 2, 2009
Sunday, March 1, 2009
New Hosting Provider
If you can see this then my move to Godaddy.com worked! John needed to shut down the 1and1 server since there were only two servers on it (one of which was mine)...
And I must say, the folks at Godaddy.com were awesome! I had a question and helped me post haste.
And I must say, the folks at Godaddy.com were awesome! I had a question and helped me post haste.
Thursday, January 15, 2009
Monday, September 15, 2008
RIP Rick
http://www.foxnews.com/story/0,2933,422764,00.html
Wow... Pink Floyd fans all over the world will be mourning this week.
Wow... Pink Floyd fans all over the world will be mourning this week.
Friday, September 12, 2008
How to fix missing mouse driver for VM using RedHat Enterprise 5
If you ever created a RedHat Enterprise Linux 5 virtual machine using VMware's ESX you may have discovered that the virtual mouse driver is not installed correctly. The driver is there but they messed up the xorg.conf file.
-A friend of mine found this so I have to give credit to SW on this one-
in the Section "ServerLayout" add InputDevice "Mouse0" "CorePointer"
then in the Section "InputDevice" add (or create)
Identifier "Mouse0"
Driver "vmmouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Reboot and you should be all good.
-A friend of mine found this so I have to give credit to SW on this one-
in the Section "ServerLayout" add InputDevice "Mouse0" "CorePointer"
then in the Section "InputDevice" add (or create)
Identifier "Mouse0"
Driver "vmmouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Reboot and you should be all good.
Subscribe to:
Posts (Atom)