The tag has no usage guidance.

learn more… | top users | synonyms

0
votes
1answer
55 views

Separate template path for a subdomain

I want to set the template path specifically for a subdomain - outside of the default_site templates, while still using the same site/entries/data. MSM isn't what I need here and related posts I can ...
0
votes
1answer
88 views

Redirect templates with native template routes

I have a template group called 'members' with two templates - 'male' and 'female'. Now, I want the 'index'-template of the 'members'-group to redirect to the 'male'-template, whenever somebody types ...
0
votes
1answer
586 views

Call Controller from Folder and remove index.php from url

I am creating an application in which I want administrator functionality runs from different controller and it is in controller(backend.php) in administrator folder in controller folder. But when I ...
0
votes
1answer
92 views

URL and Routing Issues, anything other than index gives 404

Hi I am fairly new to ExpressionEngine, but I am having an issue navigating from the Index Page. When ever I click on a link to view an entry it always gives me a 404 error. I think it might be a ...
0
votes
1answer
17 views

Page Always Redirects to Home

This is a basic general question, but my site always redirects to the home landing page even when I click the links it redirects. So thissite.com/link1 shows in the URL input, but the home page still ...
1
vote
0answers
439 views

ExpressionEngine and AngularJS routing

Does someone already used the AngularJS routing inside EE templates? Inside common html template the AngularJS routing is working fine, but inside EE templates the routing is not working. What could ...
2
votes
2answers
59 views

Resource Routing on mutiple URLs

Just jumping into Resource Router by Rob Sanchez and hit a wall already. I've forgone the category URL indicator as I believe it works without it. I'm attempting to achieve the following URL ...
0
votes
1answer
227 views

Template Routes Error

I have three templates, and three routes in my template group as follows: courses -- index (landing page) -- filtered (filtered listing) -- details (course details) And I want to have the ...
1
vote
2answers
118 views

Template Route Already in use

EE 2.9.0 I'm attempting to set up a template route for a new section of the site I'm working on. However when I do I get the error: Template Route Already in use I've set up a route for the ...
0
votes
1answer
15 views

append .xml to EE template

Client has a podcast feed that up until now has been a manually edited XML file on their server. I'm looking to move this into EE so that they don't need to touch the server directly. Because this ...
0
votes
0answers
47 views

Template routing stopped working after server migration

We migrated a site we've been working on to a new server with the same host, the server spec is technically greater but from a software perspective it's running the same flavour of Apache, PHP and ...
1
vote
1answer
133 views

With new Routing capabilities in EE 2.8 - Trying to figure out the best solution

I'll start with an example. An image with an embedded watermark URL example.com/1203020202, in the lower right-hand corner in small text will serve as a redirect to the original URL. So when a user ...
0
votes
2answers
93 views

Nested URI's with multiple categories

Was looking for some insight/recommendations on a URI structure for a ecommerce site. The site has thousands of entries & hundreds of categories. A entry can have multiple categories assigned ...
0
votes
1answer
2k views

Replacing Controller and function name with attribute in Codeigniter?

in htaccess or route.php where from you want you can give answer for this issue. I Need some thing like this.if i have url : ...
1
vote
2answers
178 views

Routing custom URLs to Stash templates

I'm using the Template Routes plugin to add custom URLs to my EE site. Out of the box, it's set up to use the default EE templates: $config['template_routes'] = array( 'blog/:category' => ...
1
vote
1answer
473 views

Custom module URL structure

Good evening folks, I recently enquired what the best way to build a UGC site using ExpressionEngine would be. I decided to go down the route of a custom module and that side of things is now ...
2
votes
3answers
379 views

Techniques for using “feature flags” / conditional features in EE

What are techniques you use to show different features / versions of your EE site to different users? I use "feature flag" techniques in my client-side Javascript (my Javascript Feature Flags ...