You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about 3 months ago I was able to run on localhost a wordpress site using heroku-wp.
All I had to do was run PHP built in server on mac
php -S localhost:8000
and it worked... I just had to set the directory with -t flag to be public.
This no longer works. Now, I have a public.built directory? What is that? When I try to run on local host the autoloader is failing. How can I fix this? Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
about 3 months ago I was able to run on localhost a wordpress site using heroku-wp.
All I had to do was run PHP built in server on mac
php -S localhost:8000
and it worked... I just had to set the directory with -t flag to be public.
This no longer works. Now, I have a public.built directory? What is that? When I try to run on local host the autoloader is failing. How can I fix this? Thanks.
The text was updated successfully, but these errors were encountered: