mohammad.983
Verified User
- Joined
- Jun 26, 2015
- Messages
- 34
Hi guys.
could you help me to convert these roles to nginx
I use some online site converter and put the result in "Custom HTTPD Configurations
"
but it didnt work at all
could you help me to convert these roles to nginx
I use some online site converter and put the result in "Custom HTTPD Configurations
"
but it didnt work at all
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
<FilesMatch "license.key">
Deny from all
</FilesMatch>
ErrorDocument 404 /member/error.php