legacy icon indicating copy to clipboard operation
legacy copied to clipboard

When registering url redirects to /register not /register.php

Open GranildNilsson opened this issue 6 years ago • 4 comments

How to fix this?

Is there any way to include all the extensions?

GranildNilsson avatar Oct 24 '19 21:10 GranildNilsson

You need to configure your nginx/apache or .htaccess to try .php file

augustresende avatar Oct 24 '19 22:10 augustresende

make a .htaccess file add this inside and it will hide the .php

RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^.]+)$ $1.php [NC,L]

advocaite avatar Oct 25 '19 08:10 advocaite

the error on the registration page continues even with the .htaccess already placed in the folder

wandersonlt avatar Nov 03 '19 20:11 wandersonlt

Just remove the forum things like https://github.com/HECommunity/HackerExperience

augustresende avatar Nov 04 '19 18:11 augustresende