Rewrited url (HELP PLEASE)

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

    #16
    i looking for that too.

    Comment


      #17
      try this?

      PHP Code:
      RewriteEngine on

      RewriteCond 
      %{REQUEST_FILENAME} -[OR]
      RewriteCond %{REQUEST_FILENAME} -d
      RewriteRule 
      .+ - [L]
      RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$[QSA,L

      Comment


        #18
        huh?please poeple?do not just post codes here without explanati0ns. You might confuse others.

        Comment


          #19
          Originally posted by ewanz View Post
          It take many w0rks 0n my scripts t0 rewrite all url.. S0 damn
          Use Notepad++ option in Seacrh > Replace...
          <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

          Comment

          Working...
          X