JosephPecoraro/DataCache/master/sample/notes/.htaccess - Htaccess File

JosephPecoraro/DataCache/master/sample/notes/.htaccess

# Cache Manifest mime/type
AddType text/cache-manifest manifest

# Enable Rewriting
RewriteEngine On

# Rewrite api URLs
#   Input:  api/ID/
#   Output: api/index.php?id=ID
RewriteRule ^api/([0-9]+)/?$ api/index.php?id=$1

On Github License

Files

Download PDF of Htaccess file

Comments

Apache