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

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -