Hello, > I Have a site that created with .php extension, but i want it > view as .html if someone or search engine spider view it. you can rename your *.php files to *.html and use a 'ForceType application???' (I don't remember the exact syntax) in your .htaccess to send html-files to the php-parser. So all html-files (including those without php) will be treated as php. -- eike