rizamuharram
New-
Re: Help how to remove index.php?p=/
Try this: https://open.vanillaforums.com/discussion/comment/261765/#Comment_261765 (View Post)1 -
Re: V2021.009 can not open any link
Put this in conf/config.php: $Configuration['Garden']['RewriteUrls'] = true; If it doesn't work, add this in .htaccess file RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L] (View Post)1