URL Mask - Newbie

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,

 

At the moment my URL is something like this http://www.abc.co.uk?id1=123&id2=4567.

 

Is it at all possible to display on the domain (http://www.abc.co.uk) to the end user?

 

At the moment I am using a simple redirect from port 80 to 8080 and then back again:

 

            <ifModule mod_rewrite.c>

           

                        RewriteEngine On

                        RewriteRule ^/(.*\.a4d)$ http://127.0.0.1:8080/$1 [P,L]

                        RewriteRule ^/4DCGI/(.*)$ http://127.0.0.1/$1 [P,L,nocase]

                       

                        ProxyPassReverse / http://127.0.0.1:8080

                        ProxyRequests Off

            </IfModule>

 

 

Any feedback would be extremely helpful,

 

Regards,

 

John.

 

 


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux