<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Typo?<br>
<br>
RewriteCond %{HTTP_HOST} ^daimler\.scholarshipameria\.org$ #old<br>
RewriteCond %{HTTP_HOST} ^daimler\.scholarshipamerica\.org$ #new<br>
<br>
<br>
<br>
<br>
James Louis wrote:
<blockquote
id="mid_25df3f980805141000k5976bc96l4d41fa2ebe06ac7c_mail_gmail_com"
cite="mid:25df3f980805141000k5976bc96l4d41fa2ebe06ac7c@mail.gmail.com"
type="cite">Hello All,<br>
<br>
I'm trying to get an url redirect as such:<br>
<br>
<a moz-do-not-send="true" href="https://this.site.here">https://this.site.here</a>
to <a moz-do-not-send="true" href="https://this.site.here/this">https://this.site.here/this</a><br>
<br>
but nothing seems to be working. Does anyone know why this would be?<br>
<br>
RewriteEngine on<br>
RewriteCond %{HTTP_HOST} ^daimler\.scholarshipameria\.org$<br>
RewriteRule (.*) <a moz-do-not-send="true"
href="https://daimler.scholarshipamerica.org/daimler">https://daimler.scholarshipamerica.org/daimler</a><br>
RewriteBase /<br>
RewriteCond %{REQUEST_URI} ^(.*/.+)<br>
RewriteRule ^([A-Za-z0-9-]+)/?$ index.php?companyID=DFSTR [L]<br>
<br>
The second rewrite does work. I'm expecting the first to put the format
of the URL into something catchable by the second.<br>
<br>
Thanks,<br>
<br>
Jim<br clear="all">
<br>
-- <br>
James Louis<br>
Computer Consultant<br>
<a moz-do-not-send="true"
href="http://technogichida.endoftheinternet.org">http://technogichida.endoftheinternet.org</a>
<br>
<a moz-do-not-send="true"
href="http://www.usalone.com/blogvoices.php?Cheney%20Impeachment%3F">http://www.usalone.com/blogvoices.php?Cheney%20Impeachment%3F</a>
<br>
~vote for Alix~ <a moz-do-not-send="true"
href="http://www.wanderlist.com/lists/lists.cgi?listid=985#vote">http://www.wanderlist.com/lists/lists.cgi?listid=985#vote</a><br>
===[making technology work]========<br>
<br>
"Any man who can drive safely while kissing a pretty girl is simply not
giving the kiss the attention it deserves."<br>
- Albert Einstein<br>
<br>
<a href="<a moz-do-not-send="true"
href="http://xl2.crossloop.com/techn0gichida.id?type=email">http://xl2.crossloop.com/techn0gichida.id?type=email</a>"
target="_blank"><img border = "0" src="<a moz-do-not-send="true"
href="http://xl2.crossloop.com/images/badge-sm-gray.jpg">http://xl2.crossloop.com/images/badge-sm-gray.jpg</a>"
alt="Get help from James Louis!" /></a>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
<a class="moz-txt-link-abbreviated" href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a>
</pre>
</blockquote>
<br>
</body>
</html>