Well it's not going to work any way. I can't understand how do you expect to access you work pc over 192.168.x.x address which is local ip address range?On Sat, Aug 8, 2009 at 7:16 PM, SG0101 <shrikant0101@xxxxxxxxx> wrote:
Hi all
I have a apache running on my office machine http://192.168.100.10/category/. I want to access it from my home with following link http://myofficedomain.com/category. I referred online documentation and wrote a rewriterule like below, but I dont want that way. Any help guidelines regarding this ?
RewriteEngine on
ReWriteRule ^/category/(.*) http://192.168.100.10/category/$1 [R,L]
Thanks
5|-|R33