URL Rewrite

Hi all,We installed phpmaker2021.0.9 and copied all extensions to the extensions folder. We generated all files. When we go to a link like “localhost” or “xxx.com”, the page doesn’t work before login. It would redirects to “localhost/login” or “xxx.com/login” with phpmaker2021.0.6. Please let us know how to fix it. Thanks.Here is what we have on the .htaccess file:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]

URL Rewrite is related to your web server, not related to PHPMaker version. You may need to use RewriteBase, read the last post in the topic https://discourse.hkvstore.com/t/migrating-to-v2022/655/1

We didn’t change the server settings. But it didn’t work after we upgraded phpmaker from 2021.0.6 to 2021.0.9. We have created a redirect page to make it work. It’s ok now. Thanks.

After generating ALL the script files using v2021.0.9, then make sure you have already re-uploaded ALL (yes, ALL) the script files to your server.