question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

deployed wordpress with now-php

See original GitHub issue

I deployed wordpress with now-php. When running, it shows too many redirects. image My now.json is

{
  "version": 2,
  "builds": [
    { "src": "index.php", "use": "now-php" },
    { "src": ".htaccess", "use": "@now/static" }
  ],
  "routes": [
    { "src": "/(.*)", "dest": "index.php" } 
  ],
  "regions": ["icn1"]
}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12

github_iconTop GitHub Comments

1reaction
fydycommented, Jan 16, 2020

@f3l1x The code repository I deployed: https://github.com/fydy/demo_wordpress

For security, I used the free mysql database: remotemysql.com

thank you

0reactions
f3l1xcommented, Apr 9, 2022

Closing it. I don’t this this will happen any soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

deployed wordpress with now-php · Issue #36 - GitHub
I deployed wordpress with now-php. When running, it shows too many redirects. My now.json is { "version": 2, "builds": [ { "src": "index.php", ......
Read more >
Installing WordPress 5 On ZEIT Now With MySQL ... - ScaleGrid
Want to deploy WordPress 5.0 on ZEIT Now global serverless deployment platform with cheap MySQL hosting instances?
Read more >
Easy WordPress theme deployment using Deployer
In this article, I'll show you an easy and fast way how to set up WordPress theme deployment without downtime using Deployer in...
Read more >
Deploy Now » Build and Deploy via GitHub - IONOS
Build, stage and deploy sites and apps via GitHub on secure infrastructure. Supports frameworks like Symfony, Laravel, Hugo, Jekyll and more.
Read more >
Installing WordPress 5 on ZEIT Now with MySQL Hosting
Want to deploy WordPress 5.0 on the Now platform weixin_0010034 DevPress ... the performance/reliability of the Now PHP community builder.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found