legacy
legacy copied to clipboard
When registering url redirects to /register not /register.php
How to fix this?
Is there any way to include all the extensions?
You need to configure your nginx/apache or .htaccess to try .php file
make a .htaccess file add this inside and it will hide the .php
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^.]+)$ $1.php [NC,L]
the error on the registration page continues even with the .htaccess already placed in the folder
Just remove the forum things like https://github.com/HECommunity/HackerExperience