makish
Member
- May 16, 2021
- 38
- 6
- 8
Thank you very much my friend)) do you have the installation documentation for ISPmanager ?Check this link and follow as your requirement. Some country cannot access that's site, try use VPN to access.
Thank you very much my friend)) do you have the installation documentation for ISPmanager ?Check this link and follow as your requirement. Some country cannot access that's site, try use VPN to access.
Simply modify .htaccess and it will works fineServer Error
500
Internal Server Error
what to modify?Simply modify .htaccess and it will works fine
Put this code inwhat to modify?
location / {
try_files $uri $uri/ /index.php;
}
location /install {
try_files $uri $uri/ /install/index.php;
}
can u send htacces file?Put this code in
.htaccessCode:location / { try_files $uri $uri/ /index.php; } location /install { try_files $uri $uri/ /install/index.php; }
its already there in htaccesPut this code in
.htaccessCode:location / { try_files $uri $uri/ /index.php; } location /install { try_files $uri $uri/ /install/index.php; }
Listen Carefully Put below full code in .htaccess of your domainits already there in htacces
RewriteEngine On
Options +FollowSymLinks
Options -Indexes
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule . index.php [L,QSA]
# Performace optimization
# BEGIN Compress text files
<ifModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json
AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
AddOutputFilterByType DEFLATE font/truetype font/opentype
</ifModule>
# END Compress text files
location / {
try_files $uri $uri/ /index.php;
}
location /install {
try_files $uri $uri/ /install/index.php;
}
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 31536000 seconds"
ExpiresByType image/jpeg "access plus 31536000 seconds"
ExpiresByType image/png "access plus 31536000 seconds"
ExpiresByType image/gif "access plus 31536000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 31536000 seconds"
ExpiresByType text/css "access plus 31536000 seconds"
ExpiresByType text/javascript "access plus 31536000 seconds"
ExpiresByType application/javascript "access plus 31536000 seconds"
ExpiresByType application/x-javascript "access plus 31536000 seconds"
</ifModule>
# END Expire headers
# BEGIN Cache-Control Headers
<ifModule mod_headers.c>
<filesMatch ".(ico|jpe?g|png|gif|swf)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch ".(css)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch ".(js)$">
Header set Cache-Control "private"
</filesMatch>
<filesMatch ".(x?html?|php)$">
Header set Cache-Control "private, must-revalidate"
</filesMatch>
<filesMatch ".(woff|woff2|ttf|otf|eot)$">
Header set Cache-Control "max-age=31536000 private, must-revalidate"
</filesMatch>
</ifModule>
# END Cache-Control Headers
location / {
proxy_pass http://localhost:8000; #whatever port your app runs on
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}
otherwise give me anydesk i will solveits already there in htacces
check pmotherwise give me anydesk i will solve
Please shareThere is no any this kind problem I found have to check ....private message me