Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

cache for php website

# Checks if the file is physically NOT present
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([a-z0-9-]+)+/([a-z0-9-]+).html$	/controller.php?partA=$1&partB=$2 [L]
Source by phppot.com #
 
PREVIOUS NEXT
Tagged: #cache #php #website
ADD COMMENT
Topic
Name
3+9 =