Forum Moderators: phranque
My RewriteRule is as so:
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^/projects/(.*?)/?$ /article.php?project_name=$1 [L,NC] I've verified that my .htaccess file is getting picked up. Any help here?
Thanks so much in advance.