Re: [users@httpd] help with rewrite rule

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

 



Sounds you might need something a little more complicated.

For example:

RewriteRule ^(.*)habitat/(.*)$ http://localhost:81/pro/habitat.pl?account=data=$2 [P]

Allowing me to read the whole url then process it.

Otherwise you might want to rewrite for different directories, i.e. taking care of images
and the like.

Thanks,
Boysenberry

boysenberrys.com | habitatlife.com | selfgnosis.com

On Jul 17, 2006, at 2:04 PM, Mike Soultanian wrote:

Boysenberry Payne wrote:
> How about adding this:
>
> RewriteRule /(.*)(/)?$ http://localhost:81/$1/ [P]
>

That almost worked!

That's interesting because it gets me through to the page, but still leaves off the trailing slash. That in turn breaks the relative links which are looking for the trailing slash as can be seen here (I just set up a dns entry for my server):

http://cfdev.cota.csulb.edu/cota

whereas if you put the trailing slash, the trailing slash is getting appended to everything and seems to break other things on the site such as images. When trying to view:

http://cfdev.cota.csulb.edu/cota/layouts/images/about/about-banner.jpg

I'll get the following error:

The requested URL /cota/layouts/images/about/about-banner.jpg/ was not found on this server.

Any ideas?

Thanks!
MIke

---------------------------------------------------------------------
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-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx





---------------------------------------------------------------------
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-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[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