.htaccess: Serve static files from public directory without public in URL, else rewrite to index.php – Apache
Bellow is my site directory structure: htdocs/ My-Project/ .htaccess public/ css/ img/ img.jpg js/ index.php ...(other stuff) I want to use an .htaccess file to check if the requested path is a file in the public/ directory (similar to serving…