I found a solution without plugins:
Add in .htacces file:
# redirection /?page_id=0 to Home
RewriteCond %{QUERY_STRING} ^page_id=0+$
RewriteRule ^$ / [QSD,R=301,L]
# redirection end
Thanks Chillmen.
I tried adding a 301 redirection in .htaccess file without success.
With the plugin Redirection and the parameters you gave me I have resolved the problem
Thanks.
Chillmen: How did you add a redirect when “page_id=0” is directly after domain name????
Thanks for your help…
Thanks.
You’re right when you say the easiest method is “plain” PHP with a mySQL database. But with this method I have the data duplicated: the data in a mySQL database I’ve created and the data in your plugin.
The last idea you tell me (http://www.datatables.net/examples/api/row_details.html) could be interesting if the extra data is shown with a chosen simple template…
I’ll send you an email tomorrow.
Thanks again