Questions tagged as 'url-amigavel'

1
answer

Friendly URL Code igniter does not work

My htaccess inside the application folder looks like this: RewriteEngine on RewriteCond $1 !^(index.php|images|robots.txt) RewriteRule ^(.*)$ /index.php/$1 [L] Am I putting in the right folder? Code correct? Where am I going wrong? I awa...
asked by 14.04.2016 / 19:46
3
answers

Help with Friendly URL with PHP and htacess

I'm new to programming in PHP, I created a dynamic site using the following code: <nav> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link" href="?pag=home">Home</...
asked by 24.08.2018 / 22:08
1
answer

Generating friendly URL

Well, I've made a product registration page, and I'm trying to get access to the product through the name, just like the wordpress system, but I could not find any support for that. When you save the product, it generates a friendly URL such...
asked by 19.03.2018 / 01:18