dummyimage icon indicating copy to clipboard operation
dummyimage copied to clipboard

Example site not working...

Open infracritical opened this issue 2 years ago • 1 comments

I've copied the code from GitHub exactly as indicated, created a directory where it resides, have the .htaccess file in there, check for mod_rewrite (which it is), checked for GD, pear, pecl, and whatever else was requested.

And yet...I get this:

Not Found

The requested URL /600x400/000/fff&text=text was not found on this server.

Sure, it works if I do the domain.com/code.php... part; but, the rest of the site still doesn't appear to be working. I am using Apache 2.4, CentOS 7.9 (patched), and am fully checked up with all updates.

Any ideas?

infracritical avatar Sep 28 '23 01:09 infracritical

Sounds like the rewrite rules aren't working to rewrite urls to use code.php

kingkool68 avatar Oct 25 '23 20:10 kingkool68