Wordpress - localhost url not found

Topic:

Wordpress - localhost url not found

Solution:

we have to follw the following steps.

you will need to edit the http.conf file in the Apache -> Conf folder

1. Open in a plain text editor

2. Find the line that looks like this

#LoadModule rewrite_module modules/mod_rewrite.so

3. Remove hash

LoadModule rewrite_module modules/mod_rewrite.so

4. save

5. regenerate .htaccess

Enjoy :)

No comments:

Post a Comment