- Joined
- Feb 10, 2006
- Posts
- 321
- Reaction score
- 24
Hi,
I know its late and im a bit tired, but this shouldn't be problem. I've got mind freeze.
I cant seem to get my .htaccess file right
Im trying to write
/fish[type].php
eg
/fishcarp.php
this works
/fishcarp.html
but but not this
for /fishcarp.php
I was thinking if it was a server i'm missing. Any ideas??
I know its late and im a bit tired, but this shouldn't be problem. I've got mind freeze.
I cant seem to get my .htaccess file right
Im trying to write
/fish[type].php
eg
/fishcarp.php
Code:
RewriteEngine On
RewriteRule ^fish([^/]*)\.html$ /fish-page.php?type=$1
this works
/fishcarp.html
but but not this
Code:
RewriteEngine On
RewriteRule ^fish([^/]*)\.php$ /fish-page.php?type=$1
for /fishcarp.php
I was thinking if it was a server i'm missing. Any ideas??