Search found 4 matches

by michaell
Fri Nov 17, 2023 10:21 pm
Forum: General
Topic: Do the RSS Feed and Sitemap plugins work with the PHP development server?
Replies: 7
Views: 132114

Re: Do the RSS Feed and Sitemap plugins work with the PHP development server?

OK, I dug into this a bit. My conclusion is that the built-in web server won't work correctly without additional support. The built-in web server is described here: https://www.php.net/manual/en/features.commandline.webserver.php . It has very specific default behaviour. You can change the default b...
by michaell
Thu Nov 16, 2023 11:06 pm
Forum: General
Topic: Do the RSS Feed and Sitemap plugins work with the PHP development server?
Replies: 7
Views: 132114

Re: Do the RSS Feed and Sitemap plugins work with the PHP development server?

I'm on a Mac. As I said, I see the generated files. They just aren't being served by Bludit. Maybe the expectation is that, as actual files, they'd be served directly by Apache? The problem is that the generated files aren't in the root. I'd need to map logical paths to physical paths to get Apache ...
by michaell
Mon Nov 13, 2023 11:49 pm
Forum: General
Topic: Do the RSS Feed and Sitemap plugins work with the PHP development server?
Replies: 7
Views: 132114

Do the RSS Feed and Sitemap plugins work with the PHP development server?

Hello... I'm trying out Bludit. I'm running locally, using the PHP development server. I've enabled the RSS Feed and Sitemap plugins. When I visit http://localhost:8044/rss.xml I get: "The requested resource /rss.xml was not found on this server." When I visit http://localhost:8044/sitemap...