Forums
(@kdpuvvadi)
10 years, 1 month ago
it is not installed on my local computer, installed in a virtual machine hosted in azure.
it is my own server, i’m not using any hosting service
i’m using Apache and mod_rewrite is enabled in Apache
i tried but i didn’t worked
i just enabled mod_rewrite and restarted the service but it didn’t helped
where to do that, i didn’t find it in php.ini
i haven’t configured my dns in domain and this is my server ip https://23.101.188.147/home/
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /home/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /home/index.php [L] </IfModule> # END WordPress