IONOS is the web hosting and cloud partner for small and medium-sized businesses based in Europe. Questions about programming and architecture are on topic. The IONOS tag is rarely used alone and will usually be used with other tags to more clearly define the topic of the question.
Questions tagged [ionos]
80 questions
0
votes
2 answers
how to make html webpage a part of website
I've just created my own website with my own domain with IONOS.
On the side, I had created a webpage which was hosted using XAMP, so currently to view my webpage I have to use the URL http://localhost/project1/index.html#
However, I'd like to…

hubbabubba438481
- 31
- 5
0
votes
0 answers
.htaccess file not working properly in ionos. My website- https://rentocure.com
I want to have clean link like- https://rentocure.com/doctors/rc635502e5e9376 instead of https://rentocure.com/doctors.php?uid=rc635502e5e9376 (U can go through my website). I have the following code in localhost
RewriteEngine on
RewriteCond…
0
votes
1 answer
Why is my ISP IONOS when my site is hosted on AWS?
Hoping someone can shed some light on a question I have...
My website is hosted on AWS Route 53, however when I scan my domain name on cyberscan and similar sites, it surfaces IP addresses hosted on IONOS.
We don't have an IONOS account so I don't…

pbright
- 13
- 2
0
votes
1 answer
Expected response code "250" but got code "550", with message "550-Requested action not taken: mailbox unavailable 550 Sender address has null MX"
I have a Laravel 9.x site that I'm hosting on IONOS (shared-hosting).
In my site, I utilize mail a lot. So I'm sending mails to my customer frequently. While developing the system - I was using MailTrap.io - but for deployment, I need all the mails…

VenoM
- 453
- 3
- 9
- 17
0
votes
2 answers
Deploying my Next.js app with Ionos server
I'm using Next.js for the first time, after using CRA for a long time. I exported the project with npm run build but it sounds more complicated to send to my server.
My Apache server and domains are managed on Ionos (ex One&One). I have no skills in…

Lucie Bachman
- 101
- 7
0
votes
1 answer
How do i upload a vue.js website using IONOS?
I have made a personal website with vue and I needed to upload it online, I dont know why but I chose IONOS because google recommended it. Now I am strugglinmg to upload it as this seems very confusing. Does anyone know how to operate IONOS? I have…
0
votes
1 answer
Angular page does not load if query is added (ftp server)
I published a build on a ftp server (ionos).
The navigating works fine.
Problem:
If I am now in one of the subpages of the build and I want to reload the page it only works if there are no query parameters. On the start page it…

A. Stretz
- 21
- 4
0
votes
1 answer
I failed in IONOS deploy several times
I build several websites using react and have deployed them automatically to IONOS using Github workflow so far.
But since a few days ago, I haven't been able to deploy them because of this error;
Trigger creation of temporary user
Failed to create…

Bikas Lin
- 689
- 5
- 16
0
votes
0 answers
Deploying to IONOS failed
I want to deploy my project on Github to IONOS using Github workflow.
Here is my deploy-now.yaml;
name: Deploy Now
on:
- push
- workflow_dispatch
jobs:
deploy-now:
runs-on: ubuntu-latest
steps:
- name: Fetch project data
…

Bikas Lin
- 689
- 5
- 16
0
votes
0 answers
Publish ASP.NET website to IONOS via Visual Studio
Has anyone figured out how to connect Visual Studio deployment with Ionos Web Hosting?
I saw this post: Publish ASP.NET Core MVC website to IONOS 1&1 via Visual Studio FTP
but it assumes a domain name. And I don't yet have a domain as I'm still in…

Davemen
- 156
- 9
0
votes
2 answers
How to fix 1and1/ionos spf record not getting authenticated
I used ionos/1and1 for my company website and I send e-mails using gmail. The e-mails are hosted by ionos/1and1.
Whenever I send an e-mail to a gmail account I get the following message:
"Be careful with this message
Gmail could not verify that it…

Marco Del Monte
- 11
- 2
- 4
0
votes
1 answer
Unable to access response from IONOS MySQL Database
I'm trying to deploy a project to a web server. I've successfully created the database and I can see the response array is received in the 'network' tab of developer tools in Chrome, however no matter what I seem to try I cannot seem to be able to…

Tom
- 17
- 3
0
votes
1 answer
Django allauth emailverification
I use allauth and want to send a verfication email.
ACCOUNT_EMAIL_REQUIRED = True
ACCOUNT_EMAIL_VERIFICATION = "mandatory"
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.ionos.com'
EMAIL_HOST_USER = 'info@mydomain.com'
EMAIL_HOST_PASSWORD =…

Strella
- 340
- 1
- 9
0
votes
1 answer
IHostedService not running on IIS 10
I have a ASP.NET Web-API which has a IHostedService to periodically execute a specific Task (fetch data from another website and write it to the Database).
This works well on IIS-Express (starting from inside VisualStudio)
But when publishing the…

totallynotatallno
- 57
- 1
- 6
0
votes
1 answer
Contact form produces unwanted results from server
I finally found a contact form that works - inserted it into my three sites, and now the problem is I receive - daily - spammy, pointless mail from all three sites from my own web hosting server, Ionos (screenshot).
I contacted Ionos: "This is a…

khtdoutyfr vp
- 9
- 1