4 lines
99 B
ApacheConf
4 lines
99 B
ApacheConf
|
Options +FollowSymLinks
|
||
|
RewriteEngine on
|
||
|
RewriteBase /
|
||
|
RewriteRule ^([0-9]+)$ index.php?page=$1 [L]
|