Holas!!!
Como van espero que me puedan ayuda!!!!!
Resulta que acabode terminar esta web imagehost123.uni.cc , es para hosting de imagenes , todo bien , hace el host y todo , pero cuando deseo estatizar las url usando el Rewrite no me funcionan los links T_T!!
Que puede estar mal en este .htaccess ! agradeceria un monton su ayuda!!
#RewriteEngine on
##point to installation directory
##if it is the root dir,enter /
#RewriteBase /
#RewriteRule ^show\.php/(.*)$ show2.php?img=$1 [L]
#RewriteRule ^out\.php/([a-z]{1})(.*)$ out2.php?$1=$2 [L]
#RewriteRule ^view\.php/(.*)$ view2.php?img=$1 [L]
#RewriteRule ^image\.php/([a-z]{1})(.*)$ images2.php?$1=$2 [L]
#RewriteRule ^gallery/([0-9]+)-([^/]*)/(.*)$ gallery.php?gal=$1&img=$3 [L]
#RewriteRule ^view/([0-9]+)-([^/]*)/(.*)$ gallery_body.php?gal=$1&img=$3 [L]
Saludos