<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Site redirect]]></title><description><![CDATA[<p dir="auto">There doesn't appear to be a way to redirect to an external site, but I need to do this from the main landing page.  I attempted to use html script to do it but nearly made it to where the appdrag site itself wouldn't work... any solution for this?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.appdrag.com/topic/642/site-redirect</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 16:38:27 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/642.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Jan 2021 23:09:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Site redirect on Fri, 08 Jan 2021 07:59:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a> said in <a href="/post/2534">Site redirect</a>:</p>
<blockquote>
<p dir="auto">&lt;script&gt;<br />
window.location.href = "<a href="https://yourwebsite.com" rel="nofollow ugc">https://yourwebsite.com</a>";<br />
&lt;/script&gt;</p>
</blockquote>
<p dir="auto">thanks I was trying with this method:<br />
&lt;meta http-equiv="Refresh" content="0; url='<a href="https://website.url" rel="nofollow ugc">https://website.url</a>'" /&gt;</p>
<p dir="auto">but it caused some issues.</p>
<p dir="auto">Thanks again <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--+1" title=":+1:" alt="👍" /></p>
]]></description><link>https://community.appdrag.com/post/2539</link><guid isPermaLink="true">https://community.appdrag.com/post/2539</guid><dc:creator><![CDATA[Jonathan Bennett]]></dc:creator><pubDate>Fri, 08 Jan 2021 07:59:16 GMT</pubDate></item><item><title><![CDATA[Reply to Site redirect on Fri, 08 Jan 2021 07:13:43 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I don't understand what was your issue by doing it through an HTML Script?<br />
If you want to do it globally you can insert it from your project dashboard</p>
<p dir="auto"><img src="/assets/uploads/files/1610089983319-c5be1fa1-afb8-4513-bb11-b85e0af4f1f8-image.png" alt="c5be1fa1-afb8-4513-bb11-b85e0af4f1f8-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">And do</p>
<pre><code>&lt;script&gt;
window.location.href = "https://yourwebsite.com";
&lt;/script&gt;
</code></pre>
]]></description><link>https://community.appdrag.com/post/2534</link><guid isPermaLink="true">https://community.appdrag.com/post/2534</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Fri, 08 Jan 2021 07:13:43 GMT</pubDate></item></channel></rss>