Top "Clean-urls" questions

Semantic URLs (aka Clean URLs) are purely structural URLs that do not contain a query string and instead contain only the path of the resource.

Enabling clean URLs (Drupal 7)

I just installed and started using Drupal 7, and I followed the instructions to turn on Clean Urls. I clicked "Run …

.htaccess drupal-7 seo clean-urls
Gernerate custom urls within Magento

I am currently looking at trying to generate custom urls/routing using magento, currently I have set a default route …

php magento clean-urls
Remove .php extension with PHP

I could use some help here. I'm using this to fix my URL but I can't figure out how to …

php clean-urls
How can I use Weblogic (12 C) without the application context in the URL?

I am working on a web project that requires Weblogic server and the only way I can view the site …

java weblogic clean-urls weblogic12c
Removing .php extension from URLs using .htaccess?

Is it possible to remove the .php part from all of my URLs using a .htaccess file? Two examples: http://…

php .htaccess friendly-url clean-urls
Semantic URLs for static HTML files with .htaccess and mod_rewrite

mod_rewrite always baffles me... can anyone tell me the rules I need to get the following clean URLs? Desired …

.htaccess mod-rewrite clean-urls
Clean URLs for search query?

This works: HTML <a href="/search/querystring">query</a> htaccess RewriteRule ^search/([-0-9a-z]+)$ /search.…

php .htaccess search clean-urls