vonpmoore
Forum Replies Created
-
Thanks. If I find the issue I will update the thread here in case someone else has the same issue. Otherwise marking resolved.
Poked at it some more. It works with a slash at the end but not without.
Example –
“test.wordpress.com/new-admin/” works as intended
“test.wordpress.com/new-admin” redirects to “test.wordpress.comnew-admin”
Mmmhm I was able to make it work on the Dev server following the help you gave me last time. Thank you.
Matching the config to the Staging server lead to this unexpected behavior which to me looks like a proxy misconfiguration. The server referenced by you hasn’t had any of the changes applied to it yet so I wouldn’t expect that to work.
I was hoping that you had run into this before and had a quick answer.
I’ll keep looking into it.
`# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Options +FollowSymLinks
Oh yes, I have it working right now, but when I install the plugin and activate it and direct it, it gives me
headless.vtoxford.org
I’ve only tried it so far on our internal only dev and stg servers so far, but that is the production equivalent.