Thread Starter
gfoxeg
(@gfoxeg)
i have private server using virtualmin , webmin i’ve
contacted service provide but didn’t get reply yet
and can’t find mod_rewrite in settings
and here is my .htaccess content :
BEGIN LSCACHE
END LSCACHE
BEGIN NON_LSCACHE
END NON_LSCACHE
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300
BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
END WordPress
-
This reply was modified 3 years, 2 months ago by gfoxeg.