Hola.
No consigo que me ande e .htaccess
--------------------------------------------------------------------
RewriteEngine on
ErrorDocument 404 /peliculonOnline/phps/404.php
RewriteRule index/ phps/index.php
RewriteRule ^(\w+)/?$ phps/peliculas.php?pelicula=$1
--------------------------------------------------------------------
Si le llega la URL asi : /Mr_Bean/ si me funciona pero si pongo /Mr-Bean/ o /Mr+Bean/ no funciona, da error 404.
¿Me podéis ayudar?
Gracias.