Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-25-2009, 05:07 PM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
Either percevier with the DocumentIndex angle, or just add an index.html to contain a meta refresh to redirect to it that way.
|
|
|
03-25-2009, 06:06 PM
|
#3
|
Senior Member
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994
Rep:
|
Quote:
Originally Posted by jnojr
|
Redirect only does simple prefix matching, so it can't be used to redirect a URL that starts with /directory1 as it would tell the browser to make a new request at the correct URL, but then it would redirect that — resulting in your loop.
You need a redirect rule that matches the exact path; I'd use RedirectMatch, which is similar to Redirect but matches on Regular Expressions:
The ? makes the ending / optional (to redirect both /directory1 and /directory1/), and the $ means to match the end of the string.
For details on RedirectMatch, see http://httpd.apache.org/docs/1.3/mod...#redirectmatch
Hope that helps,
—Robert J Lee
|
|
|
03-25-2009, 08:14 PM
|
#4
|
Member
Registered: Nov 2006
Location: Melbourne Australia
Distribution: Centos, RHEL, Debian, Ubuntu, Mint
Posts: 128
Rep:
|
Try this in your .htaccess
AddType text/html .xsd
DirectoryIndex file.xsd
<Files .htaccess>
order allow,deny
deny from all
</Files>
http://httpd.apache.org/docs/2.2/howto/htaccess.html
Make sure you have http://httpd.apache.org/docs/2.2/mod...#allowoverride set correctly. (Its probably denied globally (for performance) so you need to allow htaccess files, check your logs for any errors, apache is usually very helpful!
|
|
|
All times are GMT -5. The time now is 07:59 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|