Answer the question
In order to leave comments, you need to log in
Can you determine on which CMS the site 1ckab.ru is made?
At the root are the following directories
app configs core docs error libs propel public stats tests var
RewriteEngine On
RewriteRule ^(.*)$ /public/$1 [L]
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L,QSA]
location / {
rewrite ^(.*)$ /public/$1 break;
}
location /public/ {
if (!-e $request_filename){
rewrite ^/public/(.*)$ /public/index.php break;
}
}
Answer the question
In order to leave comments, you need to log in
www.ispconfig.org/page/home.html and is there something that works except for the main one?
This is a 98% framework or self-written 2%, which of the frameworks I don’t know because I don’t use them, but the directory structure is very similar to the framework
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question