mamadletsgo
Verified User
Hello ,
I asked this question before , But I did not manage to solve the problem
Is there a way that this code To automatically create User set to Custom HTTPD Configurations
Please tell me if there's a way
thanks ,
I asked this question before , But I did not manage to solve the problem
Is there a way that this code To automatically create User set to Custom HTTPD Configurations
Code:
location ~* ([a-zA-Z]*[c]+[a-zA-Z]*)/(users|ranks|smilies)$ {
return 404;
}
if (!-f $request_filename){
set $rule_0 1$rule_0;
}
if (!-d $request_filename){
set $rule_0 2$rule_0;
}
if ($rule_0 = "21"){
rewrite /. /index.php last;
}
location ~* \.(jpg|jpeg|png|gif|ico|css|js|woff|ttf)$ {
expires 365d;
}
Please tell me if there's a way
thanks ,