<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: URL redirect after submission problem with MAMP</title>
		<link>https://legacy.forums.gravityhelp.com/topic/url-redirect-after-submission-problem-with-mamp</link>
		<description>Gravity Support Forums Topic: URL redirect after submission problem with MAMP</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:42:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/url-redirect-after-submission-problem-with-mamp" rel="self" type="application/rss+xml" />

		<item>
			<title>jalense on "URL redirect after submission problem with MAMP"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/url-redirect-after-submission-problem-with-mamp#post-47302</link>
			<pubDate>Wed, 25 Jan 2012 07:42:28 +0000</pubDate>
			<dc:creator>jalense</dc:creator>
			<guid isPermaLink="false">47302@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The whole problem came back! And through further research, I found out extra white space and lines in my functions.php file for the theme was causing problems. Check the MAMP php log.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jalense on "URL redirect after submission problem with MAMP"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/url-redirect-after-submission-problem-with-mamp#post-47003</link>
			<pubDate>Fri, 20 Jan 2012 13:46:31 +0000</pubDate>
			<dc:creator>jalense</dc:creator>
			<guid isPermaLink="false">47003@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So I did do one other thing. &#60;/p&#62;
&#60;p&#62;I went into my System Preferences on my mac and then Sharing. I deselected Web Sharing as a lot of MAMP posts I saw on forums said MAMP does not always play nice with the Apple Web Server that runs on your machine. I deselected everything in fact, but not sure if that matters, but that might help if just deselecting Web Sharing does not work for you.&#60;/p&#62;
&#60;p&#62;That was maybe it, because I have tried&#60;br /&#62;
mypage&#60;br /&#62;
mypage/&#60;br /&#62;
/mypage/&#60;/p&#62;
&#60;p&#62;And they all worked. &#60;/p&#62;
&#60;p&#62;&#34;http://localhost:8888/mypage&#34; still does not however.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fr35ht on "URL redirect after submission problem with MAMP"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/url-redirect-after-submission-problem-with-mamp#post-46717</link>
			<pubDate>Wed, 18 Jan 2012 11:42:21 +0000</pubDate>
			<dc:creator>fr35ht</dc:creator>
			<guid isPermaLink="false">46717@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Interesting!&#60;/p&#62;
&#60;p&#62;I tried your solution, it got me back into my wordpress site - but it put an extra &#34;:/&#34; in so I got a 404 error message. i.e.:&#60;/p&#62;
&#60;p&#62;Instead of &#34;http://localhost:8888/mypage&#34; it redirected me to &#34;http://localhost:8888/:/mypage&#34; which resulted in a 404!&#60;/p&#62;
&#60;p&#62;Puzzling!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jalense on "URL redirect after submission problem with MAMP"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/url-redirect-after-submission-problem-with-mamp#post-46689</link>
			<pubDate>Wed, 18 Jan 2012 08:08:48 +0000</pubDate>
			<dc:creator>jalense</dc:creator>
			<guid isPermaLink="false">46689@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could not seem to change my ports to the default ports for Apache and MySQL as suggested on the  MAMP forums. But got the redirect to work by entering (using your example) just &#34;mypage&#34; instead of &#34;http://localhost:8888/mypage&#34; in the Redirect URL field. It even works with a &#34;Pass Field Data Via Query String&#34; option.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jalense on "URL redirect after submission problem with MAMP"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/url-redirect-after-submission-problem-with-mamp#post-46685</link>
			<pubDate>Wed, 18 Jan 2012 07:36:13 +0000</pubDate>
			<dc:creator>jalense</dc:creator>
			<guid isPermaLink="false">46685@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am currently having the same issue. Any ideas would be greatly appreciated. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fr35ht on "URL redirect after submission problem with MAMP"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/url-redirect-after-submission-problem-with-mamp#post-46329</link>
			<pubDate>Fri, 13 Jan 2012 18:48:41 +0000</pubDate>
			<dc:creator>fr35ht</dc:creator>
			<guid isPermaLink="false">46329@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm using MAMP to develop a site. I want the redirect after submission url to be:&#60;br /&#62;
&#60;a href=&#34;http://localhost:8888/mypage&#34; rel=&#34;nofollow&#34;&#62;http://localhost:8888/mypage&#60;/a&#62;&#60;br /&#62;
What happens is I get the following url instead:&#60;br /&#62;
&#60;a href=&#34;http://localhost/mypage&#34; rel=&#34;nofollow&#34;&#62;http://localhost/mypage&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The url strips out the :8888 and the page won't load.&#60;br /&#62;
This makes it harder for me to develop locally.&#60;br /&#62;
Can you advise?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
