Pinkpower
Member
Posted 6 years ago #
my website has moved from server and suddenly the permalink is not working anymore :( http://www.pinkpower.nl/2006/06/02/sample-post/
this one was always working perfect but now i have to do:
http://www.pinkpower.nl/index.php/2006/06/02/sample-post/
how to make it work as it was before ???
the .htaccess file is writeble.
Have you taken a look at this?
Pinkpower
Member
Posted 6 years ago #
yep, i did, the only thing what's happens that i moved the site from one server to a other server. And now the permalinks is not working anymore as it should be :(
Does this new server have mod_rewrite installed?
If you're not sure, create a filed called something like phpinfo.php somehewere on your site which contains the following line:
<?php phpinfo(); ?>
If you then open that page in your browser, it should, among other things, list the installed Apache modules.
Pinkpower
Member
Posted 6 years ago #
yes mod_rewrite is installed.
everything is the same and still the permlinks without the index.php is not working :(
i'm going to be crazy right now :(
Pinkpower
Member
Posted 6 years ago #
I've got the same problem on my own WP-installation at http://blog.kak.net/. When the WPG2 plugin is installed the permalinks doesn't work without the "index.php", but when the WPG2-plugin is not installed, the permalinks works just fine, see here: http://team-adriansen.kak.net/.
Strange?