By VOX-1 on
I'm new to drupal and I'm trying to get clean URLs working.
Mod_rewrite is enabled on my host's server, according to mt host's forums.
I can go to www.subdomain.example.com/admin/settings (my drupal site is installed in a subdomain directory)
or www.subdomain.example.com/admin/blocks or whatever and access the corresponding pages.
but if I try to access one of the pages I created using a clean URL I get a page not found error.
is there something I have to set up in my pages to get to them with a clean URL?
I'm using the title of page in the URL.
I haven't made any changes to my .htaccess file
Comments
Path module
You have to have the path module turned on and make sure each node is set to have a path.
Clean URLs don't give you the custom paths. They change the URL from index.php?q=admin/settings to example.com/admin/settings. If you have the path module on and have set a path for the pages please give a few more examples of the specific page paths you're having problems with.
------------------
Adding Understanding
--
wow that was easy.
wow that was easy. thanks.
works now.