Estoy buscando [Y si que busque y probe todo, pero por algun motivo no me funciono como deberia, también probe generadores...] convertir esto:
http://sitio.com.ar/index.php?Seccio...Slug=variable2
a esto:
http://sitio.com.ar/home
http://sitio.com.ar/admin/photos/
tengo esto:
Código htacces:
Ver original
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)/$ index.php?Seccion=$1&Slug=$2 RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)/$ index.php?Seccion=$1&Slug=$2
el inconveniente con este htacces es que cuando utilizo la pagina con un solo parametro osea:
http://sitio.com.ar/home
funciona perfectamente, pero al agregarle el segundo parametro osea
http://sitio.com.ar/admin/photos/
en todas las llamadas a algun archivo le agrega el parametro "photos" osea
la llamada original a un archivo es:
<img src="Imagenes/textura.png">
se convierte a
<img src="photos/imagenes/textura.png">
esto ocurre con todas las llamadas, con los javascript, estilos, imagenes todo, lo que no lo arregla poniendole la direccion absoluta :S
alguien me podria decir si hay algo mal en el htacces ?
se los agradeceria muchisimo T.T ya estoy de