RewriteEngine On
RewriteRule ^page/([a-zA-Z0-9-/]+)$ page.php?page_alias=$1
RewriteRule ^page/([a-zA-Z0-9-/]+)/ page.php?page_alias=$1
i have used this code for my localhost. after it is rewriting the seo url, but it not displaying any images.
already i tried with this
Please help me with this