RewriteRule ^poll1/?$ /poll1.php [NC,L]para isso:
RewriteRule ^poll1/?$ pasta1/pasta2/poll1.php [NC,L]
Male
26/08/2013, 22:47
RewriteRule ^poll1/?$ /poll1.php [NC,L]para isso:
RewriteRule ^poll1/?$ pasta1/pasta2/poll1.php [NC,L]
03/09/2012, 21:46
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?p=$1
RewriteRule ^([a-zA-Z0-9_-]+)/([0-9]+)-([a-zA-Z0-9_-]+)$ index.php?p=$1&id=$2-$3
RewriteRule ^([a-zA-Z0-9_-]+)/([0-9]+)$ index.php?p=$1&pg=$2RewriteCond %{QUERY_STRING} ^(.*)\.(.*)\=(.*)$que resolveu sem eu precisar mexer no scritp!03/09/2012, 20:49
var_dump($_GET);
Abraços
Community Forum Software by IP.Board
Licensed to: Webmasters Online

Postagens