Jump to content

believeinsharing

Members
  • Posts

    47
  • Joined

  • Last visited

Everything posted by believeinsharing

  1. @ Manixat: Thx for reply I tried your code bt its not working
  2. @SocialCloud: thx for ur quick responce I did created .htaccess file and its has following code RewriteEngine on RewriteCond %(REQUEST_FILENAME) !-d RewriteCond %(REQUEST_FILENAME)\.php -f RewriteRule ^(.*)$ $1.php I got this form google.. I have .htaccess file in my page folder where i have all my php pages Directory of my website is: MainFolder thn it has subfolders for Images, Pages, Styles, and Lib Thx
  3. Hi I am developing one website its in PHP and I am using Eclipse When I click on any page link its shows "www............com/home.php or www............com/blog.php " in address bar where home and blog are my php pages I wanted to hide those php extenstions and would like to see only "www............com/home or www............com/blog" Is it possible and if yes how? Thx in advance for help
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.