flashpunk
Forum Replies Created
-
I”m experiencing this issue as well in the latest version 3.1.2. It had been working up till this point though.
Forum: Fixing WordPress
In reply to: pagination with custom post type (getting a 404)Just wanted to leave a note.. After this ‘fix’ the issue reappeared, I can’t explain it.
Toggling the permalink settings again resulted in a ‘fix’
What is going on here?
Forum: Fixing WordPress
In reply to: pagination with custom post type (getting a 404)RE @sevdestruct
I was having the same problem as well.. I used Vectyr’s solution and did the reset of permalinks too (actually had to return them to default and then back to how i wanted them), and it worked.
So strange that that is a necessary step… Is this some kind of bug?
Forum: Fixing WordPress
In reply to: 3.1 login cookie problem?I’m having this issue as well.
I’m looking for this too. Any help?
Forum: Fixing WordPress
In reply to: Custom Permalink IssueThis has been resolved. User error on my part, turns out that this section (below), doesn’t like when values are the same. In my case ‘Music’ was causing an issue.
register_taxonomy( 'albums', 'music', array( 'hierarchical' => true, 'label' => __('Music'), 'query_var' => 'music', 'rewrite' => array('slug' => 'music' ) ) );
Forum: Fixing WordPress
In reply to: Permalinks 404 with custom post type.Hey there,
I’m having the same issue here, has anyone found a resolution to this?Forum: Fixing WordPress
In reply to: Custom Permalink IssuePlease anyone?!
Forum: Fixing WordPress
In reply to: single-post_type.php page not loading on Live SiteHi there,
I think i’m experiencing the same issue, could you describe what you did to make the fix?
Forum: Fixing WordPress
In reply to: Custom Permalink IssueAnyone? I’m really needing help with this!!
Forum: Alpha/Beta/RC
In reply to: Non WWW Path Forwards to Signup Page…Looks like i’ve got it working 100% now.
Thanks!Forum: Alpha/Beta/RC
In reply to: Non WWW Path Forwards to Signup Page…Ok, i’ve got wildcard DNS Mapping turned on for my domain.
Still no luck with the subdomain setup.
Forum: Alpha/Beta/RC
In reply to: Non WWW Path Forwards to Signup Page…If you want your install to respond to both https://www.domain.com and domain.com then change your siteurl to domain.com before enabling the network.
Is there a way to change this after doing it the wrong way?
Forum: Alpha/Beta/RC
In reply to: Non WWW Path Forwards to Signup Page…Hey, thanks for being so responsive, I really appreciate it!!
I am using the latest nightly build.
define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'www.SITE.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 );
#redirect to www for the main site RewriteCond %{HTTP_HOST} ^DOMAIN\.com RewriteRule ^ https://www.DOMAIN.com%{REQUEST_URI} [L,R=301] <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] </IfModule>
Firefox is currently giving me a “Firefox can’t find the server at media.DOMAIN.com.” error.
Forum: Alpha/Beta/RC
In reply to: Non WWW Path Forwards to Signup Page…I currently can’t get sub domain mapping working..