|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Need help redirecting with a .htaccess file.
I am trying to direct htpp://www.rockyserver.info/muskieotter/phpBB2 to http://www.rockyserver.info/muskieotter. I am using the fallowing code.
Code:
Redirect /muskieotter http://www.rockyserver.info/muskieotter/phpBB2 When I put the file in the muskieotter directory it gives me a blank page. I also tried putting it in the muskieotter/phpBB2 folder and it does not work either. I made sure I uploaded a ASCII or whatever it's called. Can someone tell me how to fix this please? Thanks for you time. Rocky |
|
#2
|
||||
|
||||
|
So, when I type http://www.rockyserver.info/muskieotter/phpBB2 you want to send me to /muskieotter on your server?
I assume phpBB2 is also on your server? And I assume www.rockyserver.info is your server? Try puting the htaccess under /muskiotter/phpBB2 with the line: Redirect 301 /muskieotter/phpBB2 /muskieotter The syntax is like this: Redirect HTTP_STATUS SOURCE DESTINATION
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter! DevArticles Forum Moderator "The net is a waste of time, and that's exactly what's right about it." -- William Gibson |
|
#3
|
||||
|
||||
|
Hi Rockafella
You might want to share my frustrating experiencies with .htaccess. There is a strange resolution to mine, but it finally works. Oh, and I also use phpBB2 on my website with success, that also took a little fiddling about to get right. Although, it won't be as good as dev articles! http://forums.devarticles.com/web-development-40/directing-new-user-to-specific-page-of-website-56054.html Cheers |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > Need help redirecting with a .htaccess file. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|