.htaccess RewriteRule

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    .htaccess RewriteRule

    hello. this is a bit of my .htaccess file
    Code:
    php_value register_globals 0
    Options +FollowSymlinks
    RewriteRule ^blog/([^/]+) http://www.site.com/blog.php?show=main&member=$1 [NC]
    RewriteEngine On
    This code changes the link to the form

    what should I change the code has changed a feed link on
    nick.site.com
Working...
X