rewrite rule for static pages
-
In my .htaccess file I’m using this:
# START EZSTATIC RULE
RewriteRule ^information/([^/]+)/?$ /index.php?static=$1 [QSA]
# END EZSTATIC RULE
The uri’s deplay how I want, but now the background images, etc don’t display as they are on my blog.
Please help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘rewrite rule for static pages’ is closed to new replies.