The tag has no usage guidance.

learn more… | top users | synonyms

2
votes
1answer
22 views

Querystrings on 'home' url go to 404 page

I've got a problem with an old site (running EE2.4) which is issuing a 404 if the URL contains a querystring. This is happening on the homepage only. i.e. http://www.example.com/?foo=bar causes a ...
0
votes
1answer
186 views

Remove question mark from url after search submit

I have a multi-language website and my second language goes to a subdirectory mysite.com/en/ Everything is fine but the search functionality. When I submit my search, it prints a question mark right ...
0
votes
1answer
23 views

When does EE apply a URL redirect to links?

I'm finding that some external links to external sites are being directed to an intermediate page ( http://www.example.com/?URL=http://www.link-destination.com ) with the "To proceed to the URL you ...
0
votes
1answer
47 views

url_title and SEO using MX Title Control CE

Hello I am thinking about the url structure of a photo gallery website and could use a little advice on the subject. For each entry in expression engine we would have a url_title like the following: ...
0
votes
1answer
951 views

Remove question mark in URL with “Force URL query strings” enabled

in one of my sites I had to enable "Force URL query strings" because my hosting provider doesn't have "URL Segment Support" enabled. I don't have the permissions to change Apache configuration file ...
1
vote
2answers
280 views

Two different layout for the same template

I was wondering.. can I use the same template to display the page in two different layouts? and how you can switch from one layout to another without adding any segment? it would be nice for me to ...
1
vote
1answer
96 views

Sending paramters in url

Any idea about How can I send paramaters in url in expression tags and get values of this paramaters in next page In first template I wrote this code <a href ...
0
votes
1answer
231 views

Expression Engine PHP & Embed & entry_id_from

i have the following Line: {exp:channel:entries channel="orders" entry_id_from="{embed:LAST_ID}" sort="desc" dynamic="no"} LAST_ID file : <? include '!mysql.php'; $last_id = ...
2
votes
1answer
165 views

How to make home page redirect to 404 error page when query string is added to URL

A client has put their website through some QA testing, and one of the items of feedback is that the home page of the site doesn't generate a 404 error when a query string is added to the home page ...
1
vote
1answer
81 views

using query strings on EE1 site

I see from another question that it's possible to pass query strings through the URL in EE1 but the question itself and its answer didn't really answer how this is done or help solve my specific ...
2
votes
1answer
166 views

Pagination using the Query Module or Active Record Plugin

I have a custom table exp_jobs which I am querying. I have used {exp:query} and have also been trying out http://devot-ee.com/add-ons/activerecord ... Having 1 issue which I think could be solved a ...
0
votes
1answer
79 views

Allow query strings in EE1?

Here's an oldie but goodie. Links from social sharing sites are coming back like this: ...
2
votes
1answer
337 views

Is there a way to use $_GET variables on an EE site to pass Google Analytics the referrer info?

I manage a site for a local live-performance theatre that uses ExpressionEngine to manage their content and TicketMaster for it's online ticket sales. When a user buys a ticket through TM, they send ...
7
votes
2answers
5k views

301 Redirects Appending Query String?

First time this has happend to me and I can't figure out how to fix my 301 redirects. The redirect is appending the rule to the end of destination/new url: Redirect 301 /products.htm ...
3
votes
1answer
135 views

QUERY join for members that have entries

I'm trying to learn how to do mysql joins. Twitter has helped already get me started. I'm trying to find the number of members that have entries attached to them... Then the number of members that ...
3
votes
2answers
370 views

Super Search, query strings and pagination after EE1.x->2.5.3 upgrade

I'm currently in the process of upgrading a pretty complex EE1 site to 2.5.3. One of the thornier issues I've hit concerns EE2's handling of query strings and the interaction of this with native ...