Help Clean Url with php or .htaccess

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

    Help Clean Url with php or .htaccess

    Where How do I create a clean url with php?
    from: namedomin.com/index.php? action = viewtpc&tid=174
    become: namedomin.com/url from $tnm
    and this is his link <a href=\"index.php?action=viewtpc&$tnm\">$tnm </ a>
    url now is: http://namedomin.com/index.php?action=viewtpc&tid=190
    will be change to: http://namedomin.com/title-thread

    to be SEO friendly scripts lavalair
    Can anyone help, Please!
    Last edited by marduck; 28.11.10, 03:32.

    #2
    google up url rewriting

    Comment


      #3
      Originally posted by amylee View Post
      google up url rewriting
      yes, I've been googling and all have been done, but it did not work or may not be suitable for scripts that url lavalair her so long

      Comment


        #4
        U can do it using modrewright i have done it to one of my scripts

        Comment


          #5
          I take m0re w0rks and l0ng t0 rewrite ur url f0r lavalair
          our lfe is simple words....
          http://mygenkz.net
          ewanz06@yahoo.com
          PHP Code:
          $output="i am NOoob....";
          $newfile="ewanz.txt";
          $file fopen ($newfile"w");
          fwrite($file$output);
          fclose ($file); 

          Comment

          Working...
          X