2012-08-17, 22:19:56
if you do not want to continue with .html-suffixes, you have to write a REDIRECT-Rule
you can generate this rule online and add it to your .htaccess
see here: http://stackoverflow.com/questions/14729...html-files
a simple google finds nearly everything ;=)
you can generate this rule online and add it to your .htaccess
see here: http://stackoverflow.com/questions/14729...html-files
Code:
RewriteRule (.+)\.html$ /$1/ [L,R]
a simple google finds nearly everything ;=)
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18