OK, I grabbed the IPv6 addy from cloudron and pasted it in netcup and used the same rDNS name addy for IPv4.
Nwtcup now says to wait 48 hrs
OK, I grabbed the IPv6 addy from cloudron and pasted it in netcup and used the same rDNS name addy for IPv4.
Nwtcup now says to wait 48 hrs
Sooo.... Assume that someone doesn't do this every day.
What does one have to do to get email sending to work again?
I'm using netcup and this is the IPV6 screen
@BrutalBirdie would I just do
EXTRAPARAM="-modifier portals casual -modifier resources most -modifier combat veryeasy -modifier deathpenalty casual"
?
How do I use world modifiers with this app install?
I have
WORLDMODIFIERS="-modifier portals casual -modifier resources most -modifier combat veryeasy -modifier deathpenalty casual"
but my dedicated server isnt recognizing the changes
AAannnnnd now it is working. I wish I could tell you why, but I don't.
Thanks @robi
I noticed my GA was outside my head tag (DOH!) but even after moving that, it still isn't being recognized.
Renamed from index.php to index.html
redirect works, GA doesn't
The redirect is working as I would expect it to, but GA isn't working
So I still don't know what is wrong. It should be working.
This is now what I have in index.php
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8"><meta http-equiv="refresh" content="0; url=https://discord.gg/bG$$$$$$$">
<script type="text/javascript">
window.location.href = "https://discord.gg/bGH$$$$$$$"
</script>
<title>Community</title>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H65$$$$$$$"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H65$$$$$$$');
</script>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow this <a href='https://discord.gg/bG$$$$$$$'>link to our community</a>.
</body>
</html>
This is my .htaccess file
# Permanent URL redirect
# RewriteEngine on
# Redirect 302 / https://discord.gg/b34345345345
Actually, I just found
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=http://example.com">
<script type="text/javascript">
window.location.href = "http://example.com"
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow this <a href='http://example.com'>link to example</a>.
</body>
</html>
And I found
<!DOCTYPE HTML>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1; url=http://example.com">
<script>
window.location.href = "http://example.com"
</script>
<title>Page Redirection</title>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow the <a href='http://example.com'>link to example</a>
Everything I'm finding online keeps referring to use .htaccess to do the redirect.
So can you point me in the right direction?
Ahh, I see. I am using the .php file as that was what was recommended above.
If I could do it all in one place than that is preferred.
If I do it in the .php file, is the redirect immediate?
I do not want the end user to sit and wait or anything
I'm not. I want all traffic going to sub.domain.com to be rerouted to another location.
I also want to track how this link is performing.
Ok, then something I am doing is wrong. And I don't know what.
/app/data/public/ .htaccess contains this
# Permanent URL redirect
RewriteEngine on
Redirect 302 / https://discord.gg/bGH$$$$$$$
/app/data/public/ index.php contains this
<html>
<head>
<title> Cloudron LAMP app (PHP 7.4)</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H65R5$%#%@"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H65R@#$$%#');
</script>
<body>
</body>
</html>
`
So with GA, I created the data stream and added the TAG as directed after th head tag on the default index.php file that comes with the LAMP app install.
It isnt detecting traffic, Ill check back on this in 48 hours but even google is saying that it isnt detecting the GA tag.
When reviewing the code, it states that the index.hmlt is overwritten when using the .htaccess.php
So I thought it had to be in the .htaccess file. Sigh, so all I have to do is add it to the .html file and it will work?
I am trying to build a rewrite rule that will report how many visits to sub.domain.com occur.
I dont care If I use google analytics, mautic, or any other of the apps available.
I just need to know how many visits this subdomain is getting to track attention and clickthrough.
How can I achieve this?
Please advise what is needed for me to resolve this issue.
I only install developer
I have been trying to use wpForms on a website and the plugin works when used on a site replica of mine not on a cloudron. But with a site replica on cloudron, the plugin doesn't function as intended.
The functionality that isn't working is an addon integration with wpForms, calculations as well as ConvertKit.
Can I please get some assistance with resolving this issue?
I'll give you full access to the site and even a site backup for you to try on a non-cloudron wordpress if yould like. The issue isn't wordpress, plugins, or the theme, as it seems to work on wordpress with everything set up as normal on a non-cloudron version of wordpress.