Hi there i'm trying to achieve a rewrite so that i can link to pages on my website easier.
here's what i currently have in a .htaccess file in the httpdocs file on my hosting:
I cant really see whats wrong with it? but im such a novice at this that im not sure if its something in this file thats wrong, or if its something server setup related...?
thanks for any advice
here's what i currently have in a .htaccess file in the httpdocs file on my hosting:
Code:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^page/home$ ?page=home.html
RewriteRule ^page/blog$ ?page=blogcms/blog.php
RewriteRule ^page/lineup$ ?page=lineup.html
RewriteRule ^page/djs$ ?page=djs.html
I cant really see whats wrong with it? but im such a novice at this that im not sure if its something in this file thats wrong, or if its something server setup related...?
thanks for any advice