We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to fix this?
Is there any way to include all the extensions?
The text was updated successfully, but these errors were encountered:
You need to configure your nginx/apache or .htaccess to try .php file
Sorry, something went wrong.
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
No branches or pull requests
How to fix this?
Is there any way to include all the extensions?
The text was updated successfully, but these errors were encountered: