Giter VIP home page Giter VIP logo

Comments (12)

fydy avatar fydy commented on August 19, 2024 1

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

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

thank you

from php.

f3l1x avatar f3l1x commented on August 19, 2024

Hi @fydy. Could you please point me a repository? I would help.

from php.

fabdbt avatar fabdbt commented on August 19, 2024

Hi @fydy @f3l1x ,

Is this fix ? Do you have a solution ?

from php.

f3l1x avatar f3l1x commented on August 19, 2024

Hi @Apokly. I've been working on bigger issue #48 and #47. Didn't fix it yet.

from php.

f3l1x avatar f3l1x commented on August 19, 2024

Hi. I have added wordpress example and hit also Too many redirects.

image

https://github.com/juicyfx/now-examples/tree/master/php-wordpress

from php.

f3l1x avatar f3l1x commented on August 19, 2024

It looks like wordpress is not ready for PHP development server or need extra routing configuration. I appreciate some help.

from php.

fydy avatar fydy commented on August 19, 2024

@f3l1x This is the now-wordpress index.js code, but now nodejs8.10 is no longer supported. Can it be integrated into now-php? This may be able to run wordpress normally.

now.json

{
  "version": 2,
  "builds": [
    { "src": "wp-config.php", "use": "@now/wordpress" }
  ],
  "routes": [
    { "src": "/wp-admin/?", "dest": "index.php" },
    { "src": ".*\\.php$", "dest": "index.php" }
  ]
}

from php.

kjbrum avatar kjbrum commented on August 19, 2024

Anyone had any luck getting WordPress running with this? I keep getting the "Too Many Redirects" error.

from php.

f3l1x avatar f3l1x commented on August 19, 2024

From my point of view, wordpress is not working on serverless smooth. I would recommend some other platform.

from php.

bradleyg avatar bradleyg commented on August 19, 2024

Anybody had anymore luck with this since 2020?
Seems so close to working..

from php.

f3l1x avatar f3l1x commented on August 19, 2024

Nope. Wordpress is basically not suitable for this.

from php.

f3l1x avatar f3l1x commented on August 19, 2024

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

from php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.