mod_rewrite - silent redirect
am 18.07.2006 03:04:58 von Octavia Yung------=_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!
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--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org