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
123 views
How can you store your option at the permalink settings page?
I followed the Settings API page and used the example to get the following code:
http://pastebin.com/CUA7nLCR
When I change $settingsPage to general, reading, writing, etc. this all works flawlessly ...
0
votes
2answers
268 views
/%post_name%/ or /%postname%/ in Permalinks?
In Settings-->Permalinks is there any difference between:
checking Custom Structure and using:
/%post_name%/
or
/%postname%/
Are they both correct? Will they both work?
Thank you.
-Laxmidi
1
vote
1answer
272 views
Wordpress slugs and 404 handling takes preference over folders in site root?
I have wordpress installed and permalink structure set to /%postname%/
In addition to WordPress folders, I also have a public_html/beta folder where I wanted to copy the same site and test some ...