nc_nc
Forum Replies Created
-
My setup is a bit complicated. I am using Apache to Proxy to IIS. I am on a Win OS.
Apache config:
<IfModule mod_proxy.c> ProxyRequests Off ProxyPass /blog ! ProxyPass /mail ! ProxyPass / https://127.0.0.1:8080/ssl/ ProxyPassReverse / https://127.0.0.1:8080/ssl/ RewriteRule ^(.+)$ https://www.filmfix.com/$1 [P,L] </IfModule> <Directory "C:/wordpress"> DirectoryIndex index.php RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] Require all granted </Directory>
WordPress Address (URL) and Site Address (URL) are the same: https://www.filmfix.com/blog
I now got it working just the way I want it. Here html 5 inside iFrame – parent still in html 4.01 transition.
Thank you for the info. I am coding in asp classic, so php calls will not work. I am using WP only to manage blogs, but would like to integrate your plugin to help with SEO aspect. get_post_meta is a good start.
I think I found it “_genesis_title” … thank you.
PS. this link (https://github.com/sybrew/The-SEO-Framework-Extension-Manager/blob/master/inc/traits/extension-options.trait.php) in this page (https://theseoframework.com/about/dealing-with-databases/) is not working.
- This reply was modified 6 years, 4 months ago by nc_nc.
Open Graph Title, Open Graph Description, Twitter Title, Twitter Description, Custom Social Image URL, Custom Canonical URL
the fields that are changed/different
Excellent! Thank you.
changing to
define( 'uploads', ''.'Z:' );
had no effect with WordPress Version 4.9.7Thank you for checking… So this is with using “WordPress Media Library Folders”, right?
I am using Real Media Library and maybe this is why it is not working (or maybe it is a Windows thing.) Real Media Library uses the WP uploader. Is “WordPress Media Library Folders” also using the WP uploader?
I tried adding
define( 'uploads', ''.'Z:\\' );
to wp-config.php file, but the uploader is ignoring that setting.Thank you so much for the info.
Can I change the upload location at a later point without braking links to images of the current site?
And, can the upload location be pointing to a network drive mounted as
Z:\
?Thank you for checking, this is so very helpful. Are you hosting thorough Windows w/ Apache?
And, will you please try to do a Sym-Link to a network drive. The heavy use of WP
__FILE__
php call is somehow what is causing WP to not work the way intended.Here is my post on it https://stackoverflow.com/questions/51431853/error-the-uploaded-file-could-not-be-moved-to-wp-content-uploads-host-apache
I am using the default wp uploader.
It is not working if using “Try the browser uploader instead. ”
(… href to: /wp-admin/media-new.php?browser-uploader)
———
multi-file uploader worksForum: Plugins
In reply to: [Physical Custom Upload Folder for Real Media Library] has failed to uploadWill your plugin work using symbolic directories — not soft links but hard mklink?
I thing this it the problem. I really need this to work for on a share, and somehow your code must be only looking for local directories. https://devtidbits.com/2009/09/07/windows-file-junctions-symbolic-links-and-hard-links/ I have a hard link and it is just not working. (Schade…)
Also, here my post on https://stackoverflow.com/questions/51431853/error-the-uploaded-file-could-not-be-moved-to-wp-content-uploads-host-apache
I added this code and it resolve the problem
Forum: Plugins
In reply to: [Transposh WordPress Translation] is wp-json supported?wp-json opens up WordPress to be used for api calls from within other websites. Like the very same data (link I provided above) is used here, inside this website coded in classic asp!
Based on your answer, the data must be RAW/unaltered.
On that note, where is Transposh storing the translation corrections? Would I have access to these?
Myself I am new to WordPress; and also to wp-json. This post is what got me started to look into it. I needed to add a blog within asp code. It is really cool to be able to do this like that, but the translation aspect is not solved. I normally translate all the stuff by hand, but WordPress is not allowing me to do this simply. I did consider other plug-ins for that. I ended up using Piklist with Taxonomies to add some functionality to my setup. Now I can have filtered api calls, for instance a call like this https://www.filmfix.net/blog/index.php/wp-json/wp/v2/filmfixblog?ff_language=19 will filter out all the blogs in German.
Forum: Plugins
In reply to: [Multiple Domain] post img src and links are still going to the default siteThank you so much for the code. This worked nicely for the blog pages, but not for the json api call. Do you know what code controls these react json requests?
I just found this plug-in that could fix this…
I am now using this plug-in instead. It fixed some of the issues I had, but not all of them.