apache - Remove parts of a URL using .htaccess -


मुझे यह यूआरएल है:

  http://mydomain.com/ [some_id] /[some_number]/[post_title].html  

और मैं उसे इसे बदलना चाहूंगा:

  http://mydomain.com/ [post_title ]  

और मैं समझ नहीं सकता कि इसे .htaccess का उपयोग कैसे करना है


Comments

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

import - Python ImportError: No module named wmi -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -