Posts by Marcos Pacheco • 11 points
1 post
-
1
votes0
answers159
viewsQ: Nginx Friendly Urls
I’m trying to create a Urlammable on my server, previously I used apache with this htaccess: RewriteEngine ON RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule…