View Full Version : OMG MORE FUN WITH HTACCESS
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
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
wouldn't
Redirect /old\sfile.html /newfile.html
work?
Cheeseburger Walrus
03-07-2008, 03:11 PM
Try it without the space at all...
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.