plz help me i m want .php file show .html help me plz

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

    plz help me i m want .php file show .html help me plz

    plz help me i m want .php file show .html help me plz

    my site link
    VipPunjab.CoM - Free and Full Downloads | Videos | Wallpapers | Ringtones | Games | Themes | Softwares

    #2
    Inside your .htaccess file


    AddType application/x-httpd-php .php .htm .html
    AddHandler x-httpd-php .php .htm .html
    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
      not work this

      Comment


        #4
        which version of php your host is using?
        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


          #5
          Just create a .htaccess and put in this code
          Note that U will have to change the url links from urdomain.com/page.php TO urdomain.com/page.html
          and again maintain the real name like index.php must turn index.html ,change only the extension but not the page name

          Code:
          <IfModule mod_rewrite>
          RewriteEngine on
          RewriteBase /
          
          RewriteRule (^.+)\.html$ /$1.php [L]

          Comment


            #6
            Originally posted by razzbee View Post
            Just create a .htaccess and put in this code
            Note that U will have to change the url links from urdomain.com/page.php TO urdomain.com/page.html
            and again maintain the real name like index.php must turn index.html ,change only the extension but not the page name

            Code:
            <IfModule mod_rewrite>
            RewriteEngine on
            RewriteBase /
            
            RewriteRule (^.+)\.html$ /$1.php [L]
            If you use many links in your site, please make sure you edit the link to html extension too because users will go to page not found lol!! Thats mean u need to work more hard to edit all your link php to html unless u use function for every link extension
            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


              #7
              plz tell me i m want url url rewrite
              main
              vippunjab.com is your first and best source for information about vippunjab. Here you will also find topics relating to issues of general interest. We hope you find what you are looking for!

              change
              http://vippunjab.com/data/Themes/128x160&p=0&sort=0

              Comment


                #8
                it is hard to rewrite if your link is more traffic with parameter...
                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


                  #9
                  plz tell me

                  Comment


                    #10
                    Its already in this forum,search..

                    Comment


                      #11
                      where give me link plz

                      Comment


                        #12
                        @ewanz could you help us with da function to change evry link url???

                        Comment

                        Working...
                        X