Sure there is an easy answer but my searches return no relevant results…
Looking to pass in a variable (grid) to any page which php will pickup and either load/not load a stylesheet.
http://www.domain.com/?grid=1
http://www.domain.com/template_group/?grid=1
http://www.domain.com/template_group/entry/?grid=1
Any ideas? My goal is to show or hide a grid graphic identical to StopDesign:
http://stopdesign.com/
http://stopdesign.com/?g=1
All I get is a generic 404 redirect, not the 404 template I have specified in the template preferences.
My .htaccess has this:
# include method to remove index.php
RewriteEngine on
RewriteCond $1 ^(404|work|notebook|about|shop|rss|P[0-9]{2,8}) [NC]
RewriteRule ^(.*)$ /index.php?/$1 [L]