Tagged Questions
0
votes
0answers
37 views
After server migration (local server to online server) permalink don't work
I am finding some difficulties with Permalink after have migrate my blog from my apache local server to an apache online server.
I have used the Search and Replace Tool on my online server script: ...
0
votes
1answer
286 views
Permalink Issues by Installing WordPress in Subdirectory / Subfolder
I installed WP in subfolder /cms and it runs live without subfolder. When I use /%postname%/ as permalink I get 404 error on my site. My Server supported mod_rewrite.
My Code
wp-config.php
...
0
votes
1answer
113 views
the_permalink() not working
I have WordPress installed in a subfolder called news, but links to comments, posts, categories, etc all link to domain.com/?p=99 instead of domain.com/news/?p=99. The only link that points to the ...