Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
funurl [2016/09/12 20:11] luchothoma |
funurl [2016/12/30 18:42] (actual) |
||
---|---|---|---|
Línea 1: | Línea 1: | ||
+ | ==== Fancy URLs ==== | ||
**What Do They Do?** | **What Do They Do?** | ||
If your web host supports Mod_Rewrite, you have the option of enabling Fancy URLs. Fancy URLs allows you to access your website pages at a URL like http://yoursite.com/controller/function/arg1/arg2 instead of http://yoursite.com/index.php/controller/function/arg1/arg2 | If your web host supports Mod_Rewrite, you have the option of enabling Fancy URLs. Fancy URLs allows you to access your website pages at a URL like http://yoursite.com/controller/function/arg1/arg2 instead of http://yoursite.com/index.php/controller/function/arg1/arg2 | ||
Línea 14: | Línea 15: | ||
**The .htaccess** | **The .htaccess** | ||
The code inside htaccess basically tells your server to transparently (you can't see it) add the index.php portion onto the beginning of the URL, unless you are requesting index.php or something in the images, javascript and css (as img js and css) folder. | The code inside htaccess basically tells your server to transparently (you can't see it) add the index.php portion onto the beginning of the URL, unless you are requesting index.php or something in the images, javascript and css (as img js and css) folder. | ||
+ | ---- | ||
+ | [[documentation|Go back to Documentation]]. |