kfairris
Forum Replies Created
-
Forum: Plugins
In reply to: [Sermon Manager] itunes Validation ErrorI’m just a fellow plugin user. In your feed I see
<enclosure url="http://www.christchurch.org.au/wp-content/uploads/sermons/2019/07/2019_07_14_1045.mp3" length="0" type="audio/mpeg"/> <itunes:duration>0:00</itunes:duration>The “length” and “itunes:duration” fields are blank. Make sure the MP3 Duration field is populated. If you’re uploading the MP3 to the site, it should be pulling it for you though.
Forum: Plugins
In reply to: [Redirection] Redirecting Hubspot Cookie Code In URLJust found the answer! https://moz.com/learn/seo/redirection
Redirecting the GET String
Some of the PHP scripts had different names but the GET string stayed the same. The Moz developers needed to redirect the visitors to the new PHP scripts while preserving these GET strings. The GET string is the set of characters that come after a filename in the URL and are used to pass data to a web page. An example of a GET string in the URL /myfile.php?this=that&foo=bar would be “?this=that&foo=bar.”
Redirect: http://www.socengine.com/seo/categorydetail.php?CAT_ID=12345
To: http://www.seomoz.org/artcat.php?CAT_ID=12345Solution:
Add the following directive:RedirectMatch 301 /seo/categorydetail.php(.*) http://www.seomoz.org/artcat.php$1
Explanation:
Once again the regular expression (.*) tells apache to match zero or more of any character and save it as the back-reference $1. Since there is a $1 after /seo/categorydetail.php, it will now redirect the get string to this new PHP file.Forum: Plugins
In reply to: [Redirection] Redirecting Hubspot Cookie Code In URLI’m needing the same info. We’ve got some inbound Google Analtyics tracking links that I would like to redirect to another domain, but keep the tracking code at the end of the URL intact. Thanks for any help!
Well, I was able to get them to appear when I put in the actual Lat/Long. It’s showing the correct Lat/Long in the Placemark Address area, but for some reason it wasn’t showing up that way.