@jdaviescoates I use netcup.
But if another vps is better I’d happily switch.
@jdaviescoates I use netcup.
But if another vps is better I’d happily switch.
Who can I pay to solve this for me?
My IPV6 in the dashboard is reporting working just fine.
Emails are not sending to gmail emails and I need this resolved.
OK, sorry I am off and on. I do not do this as a full time job. I need this resolved but im lost as to what to do.
At this point, I just want to future proof myself from IPV6. How do I permanently disable and remove this functionality on my VPS from Netcup.
@avatar1024 My mail server location is
I do keep getting bounced emails from Gmail.
Ok, its not working again (or maybe it never did.
These are my screens
From my understadning, it is set up correctly.
I set this up and it worked on netcup for about a week.
It’s giving me Al the error again about gmails ipv6 not being set up correctly.
Is there an in-depth how to guide to correcting this on netcup?
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.