View Single Post
Old 12-23-2007, 12:41 AM  
mikesouth
Confirmed User
 
mikesouth's Avatar
 
Industry Role:
Join Date: Jun 2003
Location: My High Horse
Posts: 6,334
Quote:
Originally Posted by teksonline View Post
start small

on the new blog, create a subdirectory called test
inside test create a .htaccess
----- .htaccess file
RewriteEngine On
----- end .htaccess file

ok now inside this test directory make a file called moo.html

.... moo.html contents
MOO
... end moo.html

ok now call this file... does it load in your browser and show MOO?

if so,

edit .htacces file in test subdirectory
.... insert this line at end of file
RewriteRule ^moo.html$ /foo.html


no reload moo.html does it redirect to a 404 page? it should meaning
everythign is working fine
all this worked perfectly just as you said it should
__________________
Mike South

It's No wonder I took up drugs and alcohol, it's the only way I could dumb myself down enough to cope with the morons in this biz.
mikesouth is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote