.htaccess - how to Change a GET method URL to clean URL in php? -


यह एक URL है जो gET विधि द्वारा php में बनाया गया है डेटा पैरामीटर को archives.html पृष्ठ भेज:

  http://127.0.0.1/archives.html?option=com_archive&diffate = 16-2-2014   

क्या इस URL को साफ करने का कोई तरीका है?

मुझे ऐसा कुछ करना है (और मैं भी पैरामीटर भी भेज सकता हूँ!) < / P>

  http://127.0.0.1/archives.html/16-2-2014   

क्या मैं इसे mod_rewrite के द्वारा कर सकता हूं?

(मैं जूमला 3 पर एक घटक विकसित कर रहा हूं)

आप इस नियम को अपने रूट .htaccess में उपयोग कर सकते हैं: <पूर्व> RewriteEngine On RewriteRule ^ (अभिलेखागार .html) / ([0-9 -] +) /? $ / $ 1 / विकल्प = com_archive और date = $ 2 [एल, एनसी, क्यूएसए ]

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -