Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- URL :::: mvnp.com.br/minhalojanova
- ########## .htaccess ############
- RewriteEngine on
- RewriteRule ^([a-z]+)\/?$ index.php?url=$1 [NC,L]
- ########## index.php ############
- $variavel = $_SERVER['REQUEST_URI'];
- $nova = explode("/", $variavel);
- $url_consulta = $nova[1];
Advertisement
Add Comment
Please, Sign In to add comment