On Mon, Oct 19, 2009 at 3:17 PM, Scott Haneda <talkli...@newgeo.com> wrote:
> Is it possible to have .htacess values be conditional in any way.  For
> example:
>
> if (my ip address is accessing the site)
>        some apache directive here
> end if
>
> --
> Scott * If you contact me off list replace talklists@ with scott@ *
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>  "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

".htaccess values" could be more specific...
.htaccess is a file which allows you to do many types of apache
configuration dynamically in a directory without having to restart the
webserver.  If you're talking about URL rewriting, here's somewhere to
start (replace the 2.2 with whatever major.minor version of apache
you're using):
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewritecond

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to