php - How to rewrite these URLs? -


I am using a plugin to create and display the domain I am selling.

The plugin listed in the domain for each person creates a single post.

The URL of a single post automatically /? Mdlp_my_domain_list = znvr-com is generated where znvr.com is the domain for the sale and title of the post.

What do I want to do that /? To remove Mdlp_my_domain_list = , you need to clear the URL and / Znvr-com

I have looked inside the plugin php files, but can not find it What type of line URL is displaying this way (only basic php knowledge).

I think a simple htaccess rewrite requires me to fix it, but whatever I have tried it is still working.

Any ideas how can I fix it? It would be greatly appreciated! Try

:

  RewriteEngine On RewriteCond% {THE_REQUEST} \ / + (Index \ .php)? \? Mdlp_my_domain_list = ([^ & amp; \] +) rewrite rule /% 2? [L, R] Revoked% {REQUEST_FILENAME}! -f rewrite code% {REQUEST_FILENAME}! -D Rivetrium ^ ([^ /] +) $ /? Mdlp_my_domain_list = $ 1 [L, QSA]  

Comments