kks_krishna
Nov 1st 2007, 6:48 am
HI, Here is my rules:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^([a-zA-Z0-9]*)/$ author.php?author=$1 [L,NC]
the requirement is i have the url like this:
www.sitename.com/authors/author.php?author='AuthorName'
I want the url like this:
www.sitename.com/authors/AuthorName
Is there any mistake on the above rules. I have the .htaccess in the same directory.
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^([a-zA-Z0-9]*)/$ author.php?author=$1 [L,NC]
the requirement is i have the url like this:
www.sitename.com/authors/author.php?author='AuthorName'
I want the url like this:
www.sitename.com/authors/AuthorName
Is there any mistake on the above rules. I have the .htaccess in the same directory.