n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/webnews/.htaccess
2023-04-30 21:50:11 +02:00

8 lines
320 B
ApacheConf

#Options +ExecCGI
RewriteEngine on
#RewriteRule ^index\.html$ index.php [C,E=WasHTML:yes]
RewriteRule ^theme.(.*).html$ /settheme.php?theme=$1
RewriteRule ^(.*)\.([0123456789].*)\.html$ /?page=$1&nbnews=$2
RewriteRule ^(.*)\.html$ ?page=$1 [C,E=WasHTML:yes]