Página 1 de 1

Thanks for posts

Publicado: 23 Feb 2015, 19:47
por uruguayito
Creí haber creado este tema ya, hace algun tiempo ...... (¿Deja-vu? :( )
Estoy probando esta extensión: https://www.phpbb.com/community/viewtop ... lit=thanks
(la cual también está aquí en phpbb-es)

El "error" que me sale es que al presionar en Enlaces Rápidos/Gratitudes, va a:

Código: Seleccionar todo

http://amigosenlaruta.com/foro/thankslist
cuando debería ir a:

Código: Seleccionar todo

http://amigosenlaruta.com/foro/app.php/thankslist
Otra vez el famoso archivo app.php ..... ¿alguna idea?

No funciona por más que tenga en ON o en OFF el modo rewrite :worried:

Re: Thanks for posts

Publicado: 23 Feb 2015, 19:55
por andares
Pablo veo que lo preguntaste en el hilo de la extensión en el foro oficial...

...desde ese mismo hilo, mira a ver si esto te sirve:
If you're using Apache, do you have .htaccess in your board's folder and is there the rule in it

Código: Seleccionar todo

RewriteRule ^(.*)$ app.php [QSA,L]
:?:
https://www.phpbb.com/community/viewtop ... #p13905521

Re: Thanks for posts

Publicado: 23 Feb 2015, 19:59
por uruguayito
Edito: pruebo y comento

Re: Thanks for posts

Publicado: 23 Feb 2015, 20:08
por uruguayito
andares escribió: ...desde ese mismo hilo, mira a ver si esto te sirve:
If you're using Apache, do you have .htaccess in your board's folder and is there the rule in it

Código: Seleccionar todo

RewriteRule ^(.*)$ app.php [QSA,L]
:?:
https://www.phpbb.com/community/viewtop ... #p13905521
en mi archivo .htaccess SI aparece esa línea tal cual ....

Código: Seleccionar todo

# The following 3 lines will rewrite URLs passed through the front controller
# to not require app.php in the actual URL. In other words, a controller is
# by default accessed at /app.php/my/controller, but can also be accessed at
# /my/controller
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ app.php [QSA,L]
¿debo hacerles algo?

Re: Thanks for posts

Publicado: 24 Feb 2015, 01:23
por Makoto
supongo que tu servidor no esta habiitado creo, no me acuerdo mucho sobre eso :p

Re: Thanks for posts

Publicado: 24 Feb 2015, 16:45
por uruguayito
mmmm...no creo que sea eso Makoto

Re: Thanks for posts  Tema Solucionado

Publicado: 07 Jul 2015, 16:06
por uruguayito
Finalmente y tras la última actualización de la extensión, el tema se solucionó.

Gracias a todos por el interés