.htaccess - Wordpress Custom Permalink -


i have issue wordpress permalinks.

i created wordpress website offline, using easyphp webserver 14.1. in website, pages had default names, : ?p=123

after putting online, created empty .htaccess file @ root of folder, 777 rights (just sure written). changed permalink option "name article".

the .htaccess file has been modified, contains :

# begin wordpress <ifmodule mod_rewrite.c> rewriteengine on rewritebase / rewriterule ^index\.php$ - [l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule . /index.php [l] </ifmodule> # end wordpress 

however, pages (each of them home page) can't found.

oops ! page can't found. looks nothing found @ location. maybe try 1 of links below or search?

the website url : http://www.vogliadimare.fr

what did wrong ? come ?

thanks

please test :

1) edit httpd.conf , following steps:

2) search , replace :

#loadmodule rewrite_module modules/mod_rewrite.so  

to --> (remove #) loadmodule rewrite_module modules/mod_rewrite.so

3)search , replace :

allowoverride none --> allowoverride all

4) restart services local server

5) refresh permalinks , set permalink_structure , save configuration, again set permalink_structure /%postname%/ , save.

good luck


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -