PDA

View Full Version : OMG MORE FUN WITH HTACCESS



cit1
03-07-2008, 02:36 PM
I am trying to redirect a file with a space in it.. I have tried..

Redirect /old file.html /newfile.html

Redirect /old%20file.html /newfile.html

Redirect /old\%20file.html /newfile.html

Krazy
03-07-2008, 02:47 PM
el
oh
el

cit1
03-07-2008, 02:57 PM
Redirect "/old file.html" /newfile.html

^^I get hung up on the stupidest sh*t

TrichomeKid
03-07-2008, 03:02 PM
Redirect "/old file.html" /newfile.html

^^I get hung up on the stupidest sh*t

That happens quite frequently when dealing with code, I think. Happens to me all the time. Like searching an hour for the problem to a PHP problem only to realize you forgot something retarded like a closing tag

awol
03-07-2008, 03:09 PM
wouldn't



Redirect /old\sfile.html /newfile.html


work?

Cheeseburger Walrus
03-07-2008, 03:11 PM
Try it without the space at all...