Search found 1 match
- Wed Jun 10, 2020 7:42 pm
- Forum: Web Server
- Topic: how can I remove the .php extension and block access to the pages with the .php extension
- Replies: 1
- Views: 3474
how can I remove the .php extension and block access to the pages with the .php extension
Hi guys, how can I remove the .php extension and block access to the pages with the .php extension, I tried in every way following the guides but I'm always wrong, could you help me? server { listen 127.0.0.1:443; server_name domain.com www.domain.com; root /home/admin/web/domain.com/public_html; in...