Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/03/2008, 22:59
arcedv
 
Fecha de Ingreso: marzo-2008
Mensajes: 1
Antigüedad: 16 años, 2 meses
Puntos: 0
Ayuda para instalar script y archivo .htaccess para url amigables

Hola, necesito urgente ayuda con un problema que tengo respecto a convertir las url de mi sitio (programado en php) en url estaticas. El script para el sitio lo compre y tambien adquiri un modulo seo donde vienen incluidos 3 archivos:

index.php
.htaccess
readme.txt

el readme.txt ya lo lei, hice las modificaciones que me piden, subi los archivos pero aun no logro conseguir las url estaticas, voy a adjuntar una copia del readme.txt para que me indiquen si me equivoque en algo o que debo hacer, ya que he buscado en google, y otros sitios pero nada me ha dado resultado.

De antemano agradecere toda la ayuda posible, gracias.

Installation of SEO Module for Almond Classifieds.

Set up URL of your Almond Classifieds script in the variable $classf_url
at the top of file index.php.

Create the directory for static html pages in the root of html directory
of your web server e.g. "sthtml".

In the file .htaccess set up relative base path to static html directory
e.g. set up the following:

RewriteBase /sthtml


Place these two files index.php and .htaccess into this created directory
via ftp client in ASCII mode.

Try URL of static html directory from your browser.
Static html URLs for classifieds pages work due to aliases which are set up
in the .htaccess file as directives for web server.