Forum Moderators: phranque
http://localhost/download/documents/about_us/partners.pdf
In the page the href url needs to be showns as, The documnet is skipped in the display.
http://localhost/documents/about_us/partners.pdf
I have the following rules, However i am not getting the URL to be shown on the Page.
RewriteRule ^/documents/(.*)$ /download/docuements/(.*)/$1 [PT,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /download/documents/(.*)\ HTTP/
RewriteRule ^/download/documents/(.*)$ http://%{HTTP_HOST}/documents/%1? [R=301,L]
any help is highly appreciated.
[edited by: jdMorgan at 11:01 pm (utc) on Sep. 28, 2007]
[edit reason] de-linked [/edit]
Change the links on your pages, then use mod_rewrite to detect the modified URL and rewrite it to the actual server filepath needed to get and serve the content.
Jim