When loading the target URL in a browser the PDF file is rendered correctly, as a PDF file. However the result when using the pass-through redirect is that contents of the PDF file are literally rendered as (I guess) as if it were a text file. I’m guessing that the content type is not being passed up the chain.
I have also tried removing the file extension from the source URL and that doesn’t make any difference either
Is this a bug, technical limitation or user error in configuration?
It would be nice if the plugin warned the user editing the plugin settings that absolute URLs are not to be used, or just remove the domain from the absolute URL to get the relative URL.
]]>Thanks!
]]>I have an odd idea that I’m trying implement in my local WordPress site. I’m trying to figure out if I can do something to authenticate non-admin users without checking their password?
Goal: I want to be able to let people in with a “valid” (if exists in the database) email only. I could care less about the password, I can still keep the password field there to make them think they are providing a password, but the idea is to let people in if their email matches the same email as the database. To avoid any unwanted admin access I want to have the password to matter for Admin group.
Is this something I can build on my own? I development experience, but just wanted to see if something like this is possible using the default WordPress functions.
]]>https://www.ads-software.com/plugins/coming-soon-maintenance-mode-from-acurax/
]]>Here’s the scenario:
? Hosting on Aruba.it
? Redirection 2.2.13
? WordPress 3.5.1
match : pass-through
action : url
regex : ^/espositori/([a-zA-Z0-9_.\\-]+)/?$
target : /espositori/scheda-espositore?espositore_slug=$1
request : /espositori/al-molino-della-luna
final URI : /espositori/scheda-espositore/?espositore_slug=al-molino-della-luna
How can I remove the questystring parameters from the final URI?
https://www.ads-software.com/extend/plugins/redirection/
]]>Briefly, my scenario is:
/member/username (pass-through redirect)
should redirect to https://localhost/member WP page which contains a WP shortcode to run code.
The code that the shortcode runs needs to get username from the pass-through redirect.
Previously I have used $query_vars with the WP re-write, is there a way to get this with Redirect plugin where username can be a wild card? ie. anything and capture the redirect URL (eg /members/simon, /members/patricia or /members/paul)?
Many thanks for your help.
https://www.ads-software.com/extend/plugins/redirection/
]]>Like a moron, I failed to get my project management software to resolve as something other than projects.fubar.com.
Now I can’t lot into the Proj.Mgt software to resolve the problem (which I think is what I’d have to do). I can’t readily just revert the wildcard httpd & dns configs b/c I have to work through my domain host.
So… is there a mechanism for allowing given subdomains to ‘pass through’? I figure there might be a similar mechanism for allowing a page address to pass through to non-WP content, but I didn’t find mention of that in the forums, either.
thanks!
]]>