Jump to content

Que le pasa a mi .htaccess????


mundor

Recommended Posts

Hola, estoy intentado activar las URL amigables pero no hay manera, según mi hosting si las tienen soportadas. Pero no consigo que funcione.

Haber, tengo prestashop 1.4.1, activo URL amigables, me voy a Herramientas>Generadores me aparece marcada URL amigables, genero el .htaccess y en el Firefox me sale:

Forbidden
You don't have permission to access /gestion141tf/index.php on this server.

En el Internet Explorer:

El sitio web rechazó mostrar esta página web HTTP 403


El archivo que genera es el siguiente:

# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# WARNING: PLEASE DO NOT MODIFY THIS FILE MANUALLY. IF NECESSARY, ADD YOUR SPECIFIC CONFIGURATION WITH THE HTACCESS GENERATOR IN BACK OFFICE
# http://www.prestashop.com - http://www.prestashop.com/forums



# URL rewriting module activation
RewriteEngine on

# URL rewriting rules
RewriteRule ^api/?(.*)$ /webservice/dispatcher.php?url=$1 [QSA,L]
RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1-$2$3.jpg [L]
RewriteRule ^([0-9]+)\-([0-9]+)/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1-$2.jpg [L]
RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /img/c/$1$2.jpg [L]
RewriteRule ^([0-9]+)\-[a-zA-Z0-9-]*\.html /product.php?id_product=$1 [QSA,L]
RewriteRule ^([0-9]+)\-[a-zA-Z0-9-]* /category.php?id_category=$1 [QSA,L]
RewriteRule ^[a-zA-Z0-9-]*/([0-9]+)\-[a-zA-Z0-9-]*\.html /product.php?id_product=$1 [QSA,L]
RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*) /supplier.php?id_supplier=$1 [QSA,L]
RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*) /manufacturer.php?id_manufacturer=$1 [QSA,L]
RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*) /cms.php?id_cms=$1 [QSA,L]
RewriteRule ^content/category/([0-9]+)\-([a-zA-Z0-9-]*) /cms.php?id_cms_category=$1 [QSA,L]
RewriteRule ^pagina-no-encuentra$ /404.php [QSA,L]
RewriteRule ^direccion$ /address.php [QSA,L]
RewriteRule ^direcciones$ /addresses.php [QSA,L]
RewriteRule ^autenticacion$ /authentication.php [QSA,L]
RewriteRule ^mas-vendidos3$ /best-sales.php [QSA,L]
RewriteRule ^carro-de-la-compra$ /cart.php [QSA,L]
RewriteRule ^contactenos$ /contact-form.php [QSA,L]
RewriteRule ^descuento$ /discount.php [QSA,L]
RewriteRule ^estado-pedido$ /guest-tracking.php [QSA,L]
RewriteRule ^historial-de-pedidos$ /history.php [QSA,L]
RewriteRule ^identidad$ /identity.php [QSA,L]
RewriteRule ^Portada$ /index.php [QSA,L]
RewriteRule ^fabricantes$ /manufacturer.php [QSA,L]
RewriteRule ^mi-cuenta$ /my-account.php [QSA,L]
RewriteRule ^nuevos-productos$ /new-products.php [QSA,L]
RewriteRule ^carrito$ /order.php [QSA,L]
RewriteRule ^devolucion-de-productos$ /order-follow.php [QSA,L]
RewriteRule ^pedido-rapido$ /order-opc.php [QSA,L]
RewriteRule ^vales$ /order-slip.php [QSA,L]
RewriteRule ^contrasena-olvidado$ /password.php [QSA,L]
RewriteRule ^promocion$ /prices-drop.php [QSA,L]
RewriteRule ^buscar$ /search.php [QSA,L]
RewriteRule ^mapa-del-sitio$ /sitemap.php [QSA,L]
RewriteRule ^tiendas$ /stores.php [QSA,L]
RewriteRule ^proveedores$ /supplier.php [QSA,L]


# Catch 404 errors
ErrorDocument 404 /404.php



Le veis algún error, es que no tengo ni idea de que puede pasar. Alguien me ayuda. Gracias.

Link to comment
Share on other sites

Dale permiso de escritura al archivo index.php, luego has los pasos de generar el archivo .htaccess y luego vuelve a dejar el index.php con los permisos que tenia anteriormente.

Esto solo para ver si te funciona, desconozco tecnicamente porque te pasa eso.

Exitos!!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...