ELIMINAR EXTENSIÓN EN LA URL CON.HTACCESS公司

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ELIMINAR EXTENSIÓN EN LA URL CON.HTACCESS公司相关的知识,希望对你有一定的参考价值。

Sacado de Nettus
  1. .htaccess
  2. RewriteEngine On
  3. RewriteCond %{REQUEST_FILENAME} !-f
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteRule ^(.*)$ $1.php [L,QSA]
  6. # http://domain/about -> http://domain/about.php
  7.  
  8. --------------------------------------------------
  9.  
  10. .htaccess
  11. RewriteEngine On
  12. RewriteCond %{REQUEST_FILENAME} !-f
  13. RewriteCond %{REQUEST_FILENAME} !-d
  14. RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
  15. # http://domain/about -> http://domain/index.php?q=about
  16.  
  17. <?php
  18. // $url_data is an array
  19. $url_data = explode("/",$HTTP_SERVER_VARS['PATH_INFO']);
  20. ?>

以上是关于ELIMINAR EXTENSIÓN EN LA URL CON.HTACCESS公司的主要内容,如果未能解决你的问题,请参考以下文章

php Eliminar cadenasrecursosestáticos

php Eliminar rango de precios

php Eliminar cabeceras innecesarias

markdown ELIMINAR COLUMNAS

markdown ELIMINAR RELACION DE TABLAS

markdown Eliminar base de datos