mod_rewrite - silent redirect

------=_Part_22628_22006463.1153184698270
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

hello there!

hopefully, i am posting to the correct area. i am currently having troubles
with mod_rewrite in an apache 2 environment. i would like to hide the "abc"
directory. the following code works:

*** CODE SNIPPET ***
Options +FollowSymLinks
RewriteEngine On

RewriteRule !^abc(/.*)?$ /abc/index.php%{REQUEST_URI} [R,L]
*** CODE SNIPPET ***

but this code does not. it will only redirect to index.php when the "R" is
removed. does this have something to do with ssl (https://) issues?

*** CODE SNIPPET ***
Options +FollowSymLinks
RewriteEngine On

RewriteRule !^abc(/.*)?$ /abc/index.php%{REQUEST_URI} [L]
*** CODE SNIPPET ***

your time and help is greatly appreciated! thanks much in advance!

------=_Part_22628_22006463.1153184698270
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

hello there!<br><br>hopefully, i am posting to the correct area.  i am currently having troubles with mod_rewrite in an apache 2 environment.  i would like to hide<span class="postbody"> the "abc" directory. the following code works:
<br>

<br>*** CODE SNIPPET ***<br>Options +FollowSymLinks<br>RewriteEngine On<br><br>
RewriteRule !^abc(/.*)?$ /abc/index.php%{REQUEST_URI} [R,L]
<br>

</span><span class="postbody">*** CODE SNIPPET ***</span><br><span class="postbody"><br>
but this code does not. it will only redirect to index.php when the "R" is removed.  does this have something to do with ssl (https://) issues?<br><br></span><span class="postbody">*** CODE SNIPPET ***<br>
Options +FollowSymLinks<br>
RewriteEngine On</span><br><span class="postbody">

<br>
RewriteRule !^abc(/.*)?$ /abc/index.php%{REQUEST_URI} [L]
<br>

</span><span class="postbody">*** CODE SNIPPET ***<br><br></span><span class="postbody">
your time and help is greatly appreciated!  thanks much in advance! </span>

------=_Part_22628_22006463.1153184698270--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Octavia Yung [ Di, 18 Juli 2006 03:04 ] [ ID #1396082 ]
Webserver » gmane.comp.apache.mod-ssl.user » mod_rewrite - silent redirect

Vorheriges Thema: Mod_ssl 2.8.16 security patches.
Nächstes Thema: SSL in Apache 1.3.26 on OpenBSD 3.9