Questions tagged as 'url-rewrite'

0
answers

How to ignore a subdirectory that is not being represented in the current address?

Note: The links are fictitious, but they represent my problem. I have a project made in prestashop that in the production environment, is inside a sub directory: www.site.com/rio/index But in my development environment I'm using it,...
asked by 30.05.2016 / 15:32
1
answer

How to map all requests to a single file?

I need to map all requests arriving at the server as follows: exemplo.com/joao => exemplo.com/index.pl?u=joao exemplo.com/joao/ => exemplo.com/index.pl?u=joao My /var/www/.htaccess file is so far: RewriteEngine On Rewrit...
asked by 02.06.2015 / 19:45