Login
Remember
Register
Ask a Question
What is htaccess in PHP?
0
votes
asked
Jun 6, 2020
in
PHP
by
Robindeniel
What is htaccess in PHP?
#php-htaccess
#htaccess-php
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 6, 2020
by
SakshiSharma
The .htaccess is a configuration file on Apache server. You can change configuration settings using directives in Apache configuration files like .htaccess and httpd.conf.
...