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
1
vote
0 answers
How to approach setting up domain2 (server2) pointing to domain1 (server1) and creating 2 subdomains on domain2 for 2 apps both using SSL?
How to approach setting up domain2 (server2) pointing to domain1 (server1) and creating 2 subdomains on domain2 for 2 apps?
server2 has Apache loaded on it.
server1 is a 3rd-party web host.
I have a wildcard SSL on my server2 for the 2 apps.
app1 is…

chrisatbcae
- 11
- 1
1
vote
1 answer
How to connect to IONOS cloud storage with c#
I am a beginner in programing. I want to access my S3 storage in IONOS with a c# ASP.NET Core web-API program. I don't know which Nuget-Packet should I install and how to define for c# the 'Endpoint', that is given in Ionos documentaions.
Thanks a…

Nasim
- 11
- 3
1
vote
2 answers
Github action by ssh ionos
I have a problem to deploy a symfony project with github action. I can connect with ssh and execute a git pull or a php bin/console doctrine:migrations:migrate, but it's impossible to use the compose command.
I followed the various explanations of…

Clément Pageaux
- 45
- 7
1
vote
2 answers
Error : System.InvalidOperationException: IDX20803: Unable to obtain configuration from: 'https://securetoken.google.com
I'm developing a .Net api (netcoreapp3.1) and I'm using IONOS for hosting (.net Framework 4.x) .
Users connect to my frontend app based on firebase authentication mecanism and I send the JWT token to my api to validate the token in order to access…

Houssine HASSAYOUN
- 77
- 1
- 6
1
vote
1 answer
Server cannot serve static files
I'm using IONOS linux vps with Plesk Obsidian to host my projects.
I used .NetCore to create the backend api
and React as the front end.
Backend deployment works perfectly, I'm using apache2 to serve the backend. and I am able to call my api at…

Ataa Aub
- 127
- 15
1
vote
1 answer
Get original and current prices with a subquery in MySQL with PHP
I have a table of ads and another of prices, relative to these ads. When the user modifies a price in the application, a new row is added to the prices table, which includes the price and the date the price was modified.
I need to get a list with…

Javi
- 23
- 5
1
vote
0 answers
calling my api is returning "Not Found" error
I have a .net core webapi that I'm trying to host on 1&1 vps that uses UBUNTU 20.04
I did all the steps from the docs and other tutorials : I downloaded the .net packages, published the project, uploaded the publish to the server, configured apache,…

Ataa Aub
- 127
- 15
1
vote
2 answers
500 Server Error With Running Flask App With CGI Script
I keep receiving a 500 Internal Server Error with my Python Flask/CGI program.
I am running it on shared hosting, so I followed this…
user14210589
1
vote
1 answer
Trouble with htaccess dynamic redirects on IONOS
I am on a Apache server and have created a site with php using a MySQL database on IONOS.
I want to redirect the URLs from /page.php?id=xxx to /page/xxx
I have written a .htaccess file and uploaded it into the root folder. It worked fine until…

Zuzen
- 23
- 4
1
vote
1 answer
javax.mail.MessagingException: Could not connect to SMTP host or don't receive any email when using ionos
I have spring boot application and want's to send eamil using ionos. these are email configuration that i used:
@Configuration
public class MailConfiguration {
@Autowired
private Environment env;
@Bean
public JavaMailSender…

Rasool Ghafari
- 4,128
- 7
- 44
- 71
0
votes
0 answers
Laravel Deployment all routes works except / show 404
I am currently trying to deploy my Laravel 10 site to Ionos .
I already changed the .htaccess but I have a now a problem, every routes works perfectly fine except the index one .
For example mysite.com/contact, or mysite.com/login displays properly…

kiruahig
- 1
0
votes
0 answers
IONOS WordPress Hosting Login Problems
When I register a new User on my own register form and confirm the email, it redirects me to the profile page and I’m logged in. But when I try to use my own login form it doesn’t do anything. When I do login with WordPress under
*/wp-login…

Ahegao
- 1
- 1
0
votes
1 answer
Deploy to Ionos - Php is disabled at the real webspace (not at build servers)
The deployment of my Symfony app failed on ionos "Deploy now" with module from Github.
The built is ok, but on the deployment step, I got this issue :
Error: Php commands defined in post deployment remote commands although php is disabled
I guess…

Toon
- 53
- 3
0
votes
0 answers
Ci4 as RESTful with VueJs on IONOS Hosting | only home route accessible
im new to the entire CodeIgniter bubble, as well as hosting, routing, networking etc.. so please bear with me.
Im developing a Website (Frontend VueJs, Backend Ci4 RESTFul (no views)) and I will be deploying it on an IONOS (1&1) Dedicated Server…

De0x95
- 11
- 2
0
votes
1 answer
How to migrate a domain from 1&1 IONOS to Vercel?
until today I was using a simple PHP website hosted on a server I bought to 1&1 IONOS a while ago. I also bought my domain there.
However, I rebuilt my website using SvelteKit, and I want to host it on Vercel. I followed the instructions to…

ThomasG2201
- 676
- 6
- 25