Mr Initial Man
06-09-2007, 02:39 AM
Is it okay to use a .shtml extension on an XHTML 1.1 file, or should I "AddHandler server-parsed .xhtml" to my .htaccess file?
|
Click to See Complete Forum and Search --> : [RESOLVED] Which Extention to use? Mr Initial Man 06-09-2007, 02:39 AM Is it okay to use a .shtml extension on an XHTML 1.1 file, or should I "AddHandler server-parsed .xhtml" to my .htaccess file? Stephen Philbin 06-09-2007, 05:47 AM I can't imagine there'd be any issues with using SSI for xhtml. You might want to use a .sxhtml extension and assign the Content-Type of application/xhtml+xml to it so you still have .shtml for text/html, but that's about all I can think of. Or is there some other potential problem I'm not picking up on here? Mr Initial Man 06-09-2007, 06:44 AM You might want to use a .sxhtml extension and assign the Content-Type of application/xhtml+xml to it. How would I do that with a .htaccess file? Mr Initial Man 06-09-2007, 07:48 AM Never mind. I figured it out. (Actually, I searched for .htaccess.) webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |