Pages

Thursday, November 7, 2024

hamster cms links not working fix

in htdocs create a .htaccess file with


RewriteEngine On

# Rewrite /page-name to /?p=page-name
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?p=$1 [QSA,L]

after that, restart xampp

also if the cms isn't working properly make sure the htdocs dir has proper permissions set for reading and writing.

hamster cms DOS8 (best dark theme)

ascii_yellow is also a good theme

No comments:

Post a Comment