Ver Mensaje Individual
  #7 (permalink)  
Antiguo 05/04/2016, 16:44
natyale
 
Fecha de Ingreso: mayo-2008
Mensajes: 199
Antigüedad: 16 años
Puntos: 0
Respuesta: Problema con script instalado en carpeta

Amiancht, gracias por tu respuesta. Hice lo que me indicas y al probar acortar una url, me sigue saliendo así: http://ncut.me/vip/pKtml

La carpeta vip sigue saliendo, tal vez algo hago mal no! Estoy loca con esto, ya no se que hacer...todo el día dándole vueltas.

Que puedo hacer?


Código PHP:
## Uncomment (remove # ONLY NOT ##) line below if installed in folder and add folder name after /
## Example: Script is installed in /public_html/vip/ then it should be: Rewritebase /vip
## Then the files below should be (add slash to all): /index.php?action=$1
## Uncomment the code below to Use PHP 5.4
# AddHandler application/x-httpd-php54 .php

#Options -MultiViews 

RewriteEngine On

## Uncomment the following line to use the multi-domain feature
# RewriteRule ^(.*)$ http://ncut.me/$1 [R=301,L]
# RewriteRule   "/(.*)"  "http://ncut.me/vip/$1"  [R,L]

#Rewritebase /
## Admin Panel
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond 
%{REQUEST_FILENAME} !-f
RewriteRule 
^admin/(.*)?$ admin/index.php?a=$[QSA,NC,L]

## Sitemap ###
RewriteRule ^sitemap.xmlsitemap.php

## Application Handler
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond 
%{REQUEST_FILENAME} !-f
RewriteRule 
^(.*)?$ index.php?a=$1    [QSA,NC,L]

## Error 404 ##
ErrorDocument 404 /index.php?a=404 

Última edición por natyale; 05/04/2016 a las 16:45 Razón: Deje mucho espacio