Jump to content

broomsy

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

broomsy's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am now using: [code]RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)\.html index.php?$1[/code] Is this an improvement?
  2. My .htaccess file currently reads like this: [code]RewriteEngine on RewriteRule ^(.*)\.html index.php?$1[/code] So basically my index.php?blah would turn into blah.html. My question is if I actually put a file up like test.html it actually goes to my index.html. How can I make real html files appear in the browser? Can I just exclude the file? I only need to validate Yahoo Site Explorer. Also as your all so helpful can anyone explain my rewrite rule. I managed to put it together but didnt really understand it :)
  3. I have created a php contact form from a tutorial and it works really well. My question is is it possible to add a file upload form which emails an image across? Would love some help. Can post the source code as well if desired. Cheers.
×
×
  • 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.