hendrix91
Newbie
- Feb 5, 2013
- 20
- 1
I'm using a plugin to create and display domains I'm selling.
For each individual domain listed the plugin creates a single post.
The url of the single post is automatically generated as "/?mdlp_my_domain_list=znvr-com" where znvr.com is the domain for sale and title of the post.
What I would like is to clean up the url by removing "/?mdlp_my_domain_list=" and having it displayed as "/znvr-com"
I've looked inside the plugins php files, but can't seem to find what line of code is displaying the urls this way (only have basic php knowledge).
I think a simple htaccess rewrite is all I need to fix it, but nothing I've tried is working so far.
Any idea how I can fix this? It would be greatly appreciated!
For each individual domain listed the plugin creates a single post.
The url of the single post is automatically generated as "/?mdlp_my_domain_list=znvr-com" where znvr.com is the domain for sale and title of the post.
What I would like is to clean up the url by removing "/?mdlp_my_domain_list=" and having it displayed as "/znvr-com"
I've looked inside the plugins php files, but can't seem to find what line of code is displaying the urls this way (only have basic php knowledge).
I think a simple htaccess rewrite is all I need to fix it, but nothing I've tried is working so far.
Any idea how I can fix this? It would be greatly appreciated!