Social Network Code Question

Discussion in 'PHP' started by novashun, Jan 7, 2009.

  1. #1
    Every blog post by my members is autonumbered and adds a 1 or 2, 3 etc.. After the Blog url is created. I want to change this so it will be the title.

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^([^/]+)/blog/([0-9]+)/?$ /realestatenetwork/blog_entry.php?user=$1&blogentry_id=$2 [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^([^/]+)/blog/([^/]+)?$ /realestatenetwork/blog.php?user=$1$2 [L]
    RewriteCond %{REQUEST_FILENAME} !-f


    Can anyone help me with this?
     
    novashun, Jan 7, 2009 IP