Still a work in progress, still needs the following: * Character bios added to the spanish definition area * the entire cancer folder removed * Validation that the static content (css and images) works properly * A section shilling cavemanon.xyz as our main site * Some visual improvements in the downloads section However, for now, it's actually maintainable, and likely can be ported to our other game sites as well for translation purposes.
5 lines
173 B
Plaintext
5 lines
173 B
Plaintext
RewriteEngine On
|
|
ErrorDocument 404 /notfound/404.shtml
|
|
RewriteRule ^([0-9]+) index.php?pid=$1
|
|
RewriteRule ^p([0-9]+) index.php?page=$1
|
|
RewriteRule ^/?wiki(/.*)?$ /w/ [L] |