ashrk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Any suggestions for a custom register/login page?Perfect! Easy to use, gets the job done. Thanks for directing me to that!
Also, I get the impression from reading all this stuff that nginx is something that I would have had to consciously install? Maybe? I’ve never even heard that term before this post …
I’m now having an ongoing argument with myself that goes something like this:
Voice 1: Just let it go. Who cares. So you have to use the default permalinks. Big whoop.
Voice 2: No! This will not defeat you!! Is it so much to ask to have friggin custom permalinks?!?!Gooood grief haha
Ack. I’m not accustomed to feeling stupid, but wow. This is Greek to me. My question is, if it were an issue with NginX, wouldn’t it have been happening before the Multisite was installed? Permalinks were working perfectly before the Multisite installation. Or am I just completely out in left field? Forgive me. I swear, I am not a blithering idiot. Usually.
@ipstenu: Still happening, even with all plugins disabled. :/
@andrea_r: I have no idea what any of the words you said mean, lol. I searched the forums for “nginx rewrite”, but couldn’t find anything that was pertinent to my issue. There were a lot of posts which mentioned it, but it kind of just seemed to be a whole lot of people who aren’t real sure 😛 It’s possible I just didn’t dig deep enough though.
::bangs head against wall::
I did. My .htaccess looks like this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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> # END WordPressForum: Fixing WordPress
In reply to: Permalinks making me lose my mindIt turned out that I didn’t have multi-site enabled, and that was causing the permalinks issue. The site that I was having the problem with was installed in a subdirectory. Always the simple things that get ya!
Forum: Plugins
In reply to: DMSGuestbook: Want to remove the number in front of the name in the postFantastic, thanks!
Forum: Fixing WordPress
In reply to: Can't Access the Custom Design UpgradeReally? Well that explains that. I was confused. Thanks!
Forum: Fixing WordPress
In reply to: Can't Access the Custom Design UpgradeUnfortunately, no. The mystery remains.
Forum: Fixing WordPress
In reply to: Do NOT want current page to be highlighted in menuSuccess! I was looking in style.css, not default-style.css Oops! Thank you so much, this has been driving me insane for days!
Forum: Fixing WordPress
In reply to: Do NOT want current page to be highlighted in menuWell this is new … now I can’t get to my site or my dashboard because it says an “internal server error has occurred” … that’s interesting.
Forum: Fixing WordPress
In reply to: Do NOT want current page to be highlighted in menuForum: Themes and Templates
In reply to: [Distinction] Two columns with sidebar … ?Ahh, well that would explain why I couldn’t make it work. I thought I would be able to have a sidebar on the index page. I definitely don’t have the kind of knowledge you guys are talking about to make that much modification. I’ll just nix the sidebar on the home page. Back to the drawing board! 🙂 Thank you for your help!
Forum: Themes and Templates
In reply to: [Distinction] Two columns with sidebar … ?Sorry about that. Very new to all this. Here’s the link
Forum: Fixing WordPress
In reply to: Getting a 404 Error For My PagesTurns out, I had to manually add a web.config file to the root directory when I changed the permalink settings. It tells you this when you change them, but of course, I didn’t see that until just now. Thank you!