I have installed WordPress on my local machine(Centos 7). It worked well without pretty URL.
What I tried to get it work:
set Allowoverride All in /etc/httpd/conf/httpd.con under line and restarted the httpd service.
Created .htaccess file in WordPress directory with following line of code:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /rakesh/index.php [L] </IfModule>
As a result i get "Not Found
The requested URL /index.php was not found on this server."
sudo chown apache /var/www/html/wordpress/.htaccess sudo chmod 777/var/www/html/wordpress/.htaccess
.
for wamp or xampp find the file httpd.conf. Open that in a text editor. Use the search facility in the editor to find "rewrite". The line you need looks like this:
#LoadModule rewrite_module modules/mod_rewrite.so
You need to take away the hash sign so it looks like this
LoadModule rewrite_module modules/mod_rewrite.so
Now just save the file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With