need .htaccess help

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

    need .htaccess help

    hello experts i need your help when i try to make a htaccess rewrite rule but its not working and say page not found please help me how its work the real url is
    category,amazing facebook status Latest facebook status comments Jokes / Text Messages Collection
    and after rewrite i want it shows

    which code is not working i use
    Code:
    RewriteEngine On
    RewriteRule ^([^/]*)\.html$ /?cat=$1 [L]

    #2
    Originally posted by Lue_chin View Post
    hello experts i need your help when i try to make a htaccess rewrite rule but its not working and say page not found please help me how its work the real url is
    category,amazing facebook status Latest facebook status comments Jokes / Text Messages Collection
    and after rewrite i want it shows

    which code is not working i use
    Code:
    RewriteEngine On
    RewriteRule ^([^/]*)\.html$ /?cat=$1 [L]
    try this
    Code:
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule ^(.+)\.html?$ index.php?cat=$1 [L]
    I need some facebook likes, can you please help me
    http://facebook.com/softwarefreakin
    I noticed social media is really powerful
    Well DONE is better than well SAID

    Comment


      #3
      Thanks message

      I heartly thanks to softfreak its working

      Comment


        #4
        of course...when softwarefreak do tha .htaccess its 99% working...nice sir softwarefreak

        Added after 37 minutes:

        i think thats why the tube8 grabber are n0w redirected to other site because of this htaccess.
        Last edited by hi_jakkk; 21.09.12, 05:31.

        Comment


          #5
          Originally posted by hi_jakkk View Post
          of course...when softwarefreak do tha .htaccess its 99% working...nice sir softwarefreak

          Added after 37 minutes:

          i think thats why the tube8 grabber are n0w redirected to other site because of this htaccess.
          Hello sir hijack, I'm just learning
          I need some facebook likes, can you please help me
          http://facebook.com/softwarefreakin
          I noticed social media is really powerful
          Well DONE is better than well SAID

          Comment


            #6
            Originally posted by softwarefreak View Post
            Hello sir hijack, I'm just learning
            Not so.... i visit here everyday since i join 0n july and i kn0w who is the members helpfull...
            Btw you're so humble sir s0fwarefreak ..haha

            Comment

            Working...
            X