Sunday, 15 March 2015

.htaccess - ht access link to pdf -



.htaccess - ht access link to pdf -

ive site links in page lives in root of format:

/documents/mimecast-email_continuity_whitepaper.pdf (correct physical path)

but time comes out in browser results in next error (naming right path)

"this webpage has redirect loop webpage @ name-of-website/documents/comtec-relocations-case-study-v4.pdf has resulted in many redirects. clearing cookies site or allowing third-party cookies may prepare problem. if not, perchance server configuration issue , not problem computer. here suggestions: reload webpage later. larn more problem.

error 310 (net::err_too_many_redirects): there many redirects."

the rule ive set in is

-.htaccess (in file)---------- (in root directory - web pages live)

options +followsymlinks rewritebase / rewriteengine on rewritecond %{request_uri} \.(pdf)$ rewriterule (.*) http://dev.comtec.com/$1 [r=301,l]

(edited first question wasnt clear apologies)

appreciate thoughts

k

.htaccess mod-rewrite

No comments:

Post a Comment