By default, Drupal uses and generates URLs for your site's pages that look like "http://www.example.com/?q=node/83." This style of URLs can be hard to read, and can prevent some search engines from indexing all the pages of your site. So URL which are created after ?q= string are called as clean ...

learn more… | top users | synonyms

1
vote
0answers
25 views

clean URL test failed D7 [closed]

I have spent about three hours trying to get clean URLs to work and it is really doing my head in. I am VERY new to Drupal and after hearing all the wonderful things about it, this is really a big ...
0
votes
0answers
34 views

Drupal 7 Clean URLs and Image Upload

I am currently having problems with uploading images and using clean urls on my website. File permissions are working correctly. When I upload an image to an article page and then I click refresh to ...
0
votes
0answers
22 views

sub folder and clean urls

I have a rather unique issue, and if I missed the answer in the threads please direct me to them. I have drupal (7) installed in a sub-folder in document root as so : /var/www/drupaldev and I ...
1
vote
0answers
19 views

Adding an extra query string in URL

I am no way related to Drupal but my client has problem in embedding my web application in drupal. Here is the problem www.abc.com/node/14583 this site was build using Drupal and our web application ...
1
vote
1answer
30 views

Clean URL/.htaccess problems with multiple subdirectories

I've inherited a large Drupal web site and now we're updating from Drupal 6 to Drupal 7. I cannot enable CleanURL for more than one subdirectory at a time! I think I've read just about every article ...
0
votes
0answers
12 views

rewrite the url output of the date module date filter criteria

I have an optional filter criteria of type date created, that uses the date module. I need to clean up the url format from: http://www.example.com/gigs?month[value][date]=2013-04 to something ...
0
votes
2answers
72 views

Drupal 7 Website on iIS - URL Rewrite trouble

I have a website develop on Drupal 7 on IIS + MSSQL. I cannot update or create content when clean urls is active. The website return to edit form when i submit any change or new content. If the ...
0
votes
1answer
51 views

How to alias / rewrite path to theme?

The paths to css/js/images in a theme look like /sites/mysite.org/theme/* Is there a way to rewrite those paths to – let's say – /mytheme/* ?
0
votes
0answers
38 views

Evaluate URL to set values in webform

I am sending a link for a survey (webform 3.x) to users. Based on a variety of information, they receive a link in the format http://www.domain.com/group/userid. I'm able to retrieve the /group ...
0
votes
1answer
79 views

Convert special characters to normal characters in Drupal 6

? and = will be used as parts in my url. In generating the url, I use <?php echo l('node/'. $someID .'/delete?destination=chapter/'. $anotherID);?>. When I check on Firebug, the href attribute ...
0
votes
1answer
226 views

Drupal 7 pass a custom form fileds input as arguments to the url on submit

How can I pass fields input as arguments to the url on custom form submit? I tried the following: function custom_form_form($form, &$form_state) { $form['location'] = array( '#type' => ...
0
votes
2answers
157 views

Drupal 7 Multisite - not passing Clean URL test

We've got a multi-site install on Amazon's AWS that used the Bitnami Drupal image (ami-3f21aa56 - 64bit, Unbuntu) as a base. Per the documentation, each site has it's own subdirectory in the sites ...
0
votes
1answer
316 views

How to enable cleans urls on Drupal 7 - Nginx?

This is my first time using web server nginx with a drupal site. I'm using Drupal 7.x. I have achieved to make it work without clean url. Investigating, I have understood that I should create a vhost ...
4
votes
6answers
2k views

Drupal 7 Contextual Filter on URL Alias

I have a view which shows a list of articles. url is: mypage.com/articles Each article is linked to it's main sub page view. like this: mypage.com/articles/name-of-my-artile-yay The ...
0
votes
1answer
61 views

Is there a clean-URL-reflective version of file_create_url()?

I have a site with clean URLs enabled and in a test I've written, I compare the current drupalGetHeader('location') to file_create_url($file->uri). The tests passes on my site, but on the ...
0
votes
1answer
89 views

Detecting language and rewriting url

Drupal can automagically detect the language to use when displaying content : Based on URL Based on User preference Based on Browser language. However, when I request a url like : ...
0
votes
0answers
58 views

Changing the URL messed up my clients drupal site!

I have been working on my clients site without a URL so to log in to the server we've been using the "ip address/~henryl" The client told me to make the site live by transferring over his domain name ...
1
vote
5answers
662 views

Cannot enable Clean URL in drupal 7

I have installed drupal 7 and I am using wampserver. I can't find any checkbox or link to enable Clean URL. Only 'Run the Clean URL Test' button is there. How can I enable the Clean URL. Help me ...
0
votes
2answers
167 views

cannot login after theme change or backup/restore

I am using Drupal 7, with VMware 5.0.1 build-894247 with Ubuntu 12.10. 2GB ram, 20GB disk, 32 bit VM, hosted by Windows 7 Enterprise. I am developing on a team with SVN (subversion) as the source ...
2
votes
1answer
367 views

Clean URL's Test Failed in D 7

I am tired of finding solution for this issue.. I have tried allmost allthings. But It doesn't work for me. What I have tried is given below: uncommenting RewriteBase / Changing the syntax of ...
0
votes
0answers
39 views

Is it possible to have localized node aliases with a localized term reference in them?

I'm asking this title question quite purposely and provocatively. I have just encountered two web pages that - in my opinion - contradict each other. And what I'm seeking is your opinion and advice ...
0
votes
1answer
30 views

Creating content regarding to node address arguments

Say it I have such node alias: example.com/content/my-fancy-page/ If user enters to node above, he will see default page content of my fancy page. After some process I will redirect him to this: ...
1
vote
1answer
145 views

Google doesn't see the friendly URLs

Google doesn't see my SEO friendly URLs, while the other search engines can. The browsers (IE, Chrome, FF), the RSS, the TweetFeed everything can see the SEO friendly URLs; in the XML sitemap, the ...
0
votes
1answer
192 views

Drupal adding some sort of hash on end of clean URL?

The site is working normally otherwise, but junk like this: #.ULQf0OOe90s is added onto the end of every URL. Any ideas why this might be? Thanks
0
votes
1answer
71 views

Where are the term tokens gone?

I have a hard time setting up URL alias patterns when it comes to taxonomy terms. Especially, I'm stunned that in the Replacement under Content Paths, a term reference field shows just one flat item ...
1
vote
1answer
107 views

Dynamic URL aliasing?

Let's say we have a section /latest-projects with a menu block listing nodes sorted descending by their post date. Thus, the first item will often change and be the freshest one. Is it possible to ...
0
votes
0answers
67 views

Link to the same page but without ?arg=value parameters

How to create link in Drupal 7 that will redirect me to the same page but with omitting "?arg=value" query fragment? The following code doesn't work, as it always add ?arg=value. <p><?php ...
1
vote
1answer
609 views

Using GET parameters with clean urls

I have module where I'm creating a custom path in hook_menu. When the user visits this page, they are supposed to be redirected to another site, with GET query parameters attached to the redirect URL. ...
0
votes
0answers
120 views

Drupal 6 Clean URls problem

I have a taken website from my friend which used to work fine but when i installed it on my computer none of my hyperlinks are working (ie when i click on them they are not directing to that ...
0
votes
1answer
67 views

How to build links compatible with clean and “dirty” URLs?

I have a development site that doesn't support clean URLs, my production site does support them. If I build a link in the body of a node like: <a href="view-something/4,7">View ...
0
votes
2answers
100 views

Page not found appearing with home page

I have successfully deployed on test server by enabling clean url's through drupal admin. Now I have deployed to live server and getting problem. If i try to navigate my site as ...
1
vote
2answers
331 views

Force trailing slash on every URL?

The Global Redirect module has a "deslash" feature. It forces all URLs to not have a trailing slash at the end. If you add a slash at the end of a URL it will redirect you to the correct page. I'm ...
1
vote
1answer
137 views

Drupal 6 clean urls without domain name (accessing via IP Address)

Is there a way to do clean urls without a domain name; just using an IP Address. The option is disabled when using ip address.
0
votes
1answer
286 views

How to use a hyphen instead of an underscore when using the content type as a Views argument? (Hackable URLs)

I have a classifieds site where I would like to list items at a URL structure like this: classifieds/for-rent/apartments/title-of-my-ad. That structure is broken down like this ...
1
vote
1answer
190 views

Url length, how short it?

Our website have a large Url when paste as a link, now we want to short it. for example ...
1
vote
1answer
122 views

Is it possible to get a clean url to be used in Views comment counts?

I have a Views view of some news nodes. Each of the news nodes has "Generate automatic URL alias" ticked in the "URL path settings" of the node. This is great and gives me nice clean URL's. However ...
0
votes
1answer
240 views

Can Views output clean URLs from titles with quotes, and other special chars?

I have a view that really needs some nice clean URLs; the links are the titles of the content items in the view. I am pretty sure I have been able to clean up URLs with views before (I could be wrong ...
1
vote
1answer
38 views

Some trouble autopath

I have some trouble with user path aliases. I want that every user has a small page under /member/username. To enforce that I build in the settings (/admin/config/search/path/patterns) under user path ...
0
votes
2answers
642 views

Use url alias for page parameters

I'm new to Drupal and created a basic page in which the clean url is /todo If I want the todo's for a certain month I can do /todo?month=januaray However what I would like to do is provide a ...
0
votes
1answer
181 views

Clean URL for custom content

I have a custom content type movie.Now, when i visit any of the movie content, the url is like mysite/?q=node/someNumber I want that every movie content will have url like mysite/movie/somenumber ...
1
vote
0answers
416 views

Restoring a Drupal 7 database breaks Clean URLs

I am using Drupal 7 and the Backup & Migrate module to restore (or import) a drupal install that works fine on a different computer. When I run the import process everything seems to work fine, ...
0
votes
1answer
132 views

Drupal, Crawlers, and Migrating from a Query string based site to a Clean URLs site

I have a (potentially huge) problem that I did not anticipate. I just built a beautiful new site for the organization I work for. It is a massive improvement over the previous site. The site is ...
1
vote
2answers
188 views

Partial URL transliteration?

Is it possible to partially transliterate URL alias, so to leave for example the case of the node title unchanged, such as in: /this/is/my/transliterated/path/THIS-IS-UNCHANGED-Node-Title-888 with ...
0
votes
2answers
184 views

Drupals clean-urls (.htaccess) breaks with mass vhost

Apache has a nifty mass vhost feature. Problem is, when I use this to reach my site, clean-urls stop working. Is there a way to combine this with clean urls? <Directory ...
0
votes
2answers
915 views

Change URL of ?q=user

By default, Drupal uses site.com/?q=user or with clean URLs enabled, site.com/user to display the user login page. However, that is conflicting with my hosting provider's own rewrite settings, where ...
1
vote
3answers
415 views

404s on all pages except homepage

I have copied a Drupal installation onto my local machine and I am now running into an issue where only the homepage will load and all other links return a 404. Clean URLS are enabled but even ...
0
votes
3answers
3k views

Trying to enable clean URLs: The clean URL test failed

I am trying to follow this document to enable clean urls on a fresh Drupal installation. When I run the test, I get: The clean URL test failed. My host provider confirms that mod_rewrite is ...
1
vote
1answer
473 views

Clean URLs are broken in MAMP

I'm using MAMP on os x 10.6. Until this morning clean URLs where working on about 20 different D6 and D7 installations without problems. All of a sudden clean URLs are broken on all installations. ...
2
votes
1answer
371 views

Why does my site still use URLs containing the “q” query parameter?

I have pathauto, transliteration and automatic node titles enabled. In the settings, my content path pattern is content/[node:title]. I expect the URLs to be in the format site/content/page-name, ...
3
votes
3answers
3k views

Disable Clean Url in database

I am migrating a site from Apache to IIS. When I backed up the database Clean Urls was active, now my links do not work and I have to add ?q= to them! Some links work well but the Admin pages are ...