ryantopham
Forum Replies Created
-
Thanks. After poking around a lot, we found that our styling edits broke part of the functionality. We dialed those back and everything is in order.
Makes perfect sense. Thanks John.
Forum: Fixing WordPress
In reply to: htaccess and 404 errorsAlso, I appreciate the help. Thanks again.
Forum: Fixing WordPress
In reply to: htaccess and 404 errorsNo plugins are active. It’s a fresh install.
Adding index.php does show the test page:
https://dev.boxiinteractive.com/index.php/test-page/
So what’s next then? How can I get the good url structure that doesn’t break everything?
Forum: Fixing WordPress
In reply to: htaccess and 404 errorsHere is the mod_rewrite proof:
https://awesomescreenshot.com/060426wl05
Here is the ‘default’ htaccess:
# BEGIN WordPress
# END WordPress
And here is the Post Name htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Thanks again.
Forum: Fixing WordPress
In reply to: htaccess and 404 errorsSorry, but I’m a little dumb when it comes to this stuff (I just want to make pretty websites) and the documentation on that site you mentioned is a little slim. Just fill out the 301 redirect form, and generate the file? Replace my current htaccess with that new generated one?
Thanks eight million for your help.
Forum: Fixing WordPress
In reply to: htaccess and 404 errorsmod_rewrite is confirmed as enabled on the server. I got rid of, then reinstalled wordpress from the server, including the MySQL database completely and I still am having the same issue.
Help?!
Forum: Fixing WordPress
In reply to: htaccess and 404 errorsAny luck anyone?
Forum: Fixing WordPress
In reply to: htaccess and 404 errorsGlobal. Selecting the radio button in the Permalinks settings to Post Name and saving it.
Forum: Fixing WordPress
In reply to: htaccess and 404 errorsHi all. There is a LAMP stack installed on an Ubuntu 14.04 server, so it should be good.
Forum: Fixing WordPress
In reply to: htaccess and 404 errorsThanks. Before I go asking my client’s terrible host, doesn’t the fact that the file is actually rewritten when changes are made mean that mod_rewrie is enabled?
It may not, but I am a dunce.