Os escribo este post ya que tengo problemas con apache. He creado un fichero htaccess que tiene lo siguiente:
Código:
Options +FollowSymLinks RewriteEngine on RewriteRule pagina-web-(.*)\.htm$ index.php?ir=$1
Pues bien, en mi servidor local que tengo bajo windows, me aperece lo siguiente:
[Tue Aug 25 18:27:36 2009] [alert] [client 127.0.0.1] C:/AppServ/www/web/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Tue Aug 25 18:27:36 2009] [alert] [client 127.0.0.1] C:/AppServ/www/web/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
Pero en internet no me aparece ningún error (linux). ¿Eso es porque RewriteEngine no lo soporta windows? ¿No se puede solventar de alguna forma?
Gracias,
Lino