thecaligarmo
Forum Replies Created
-
Apparently wordfence needed to create tables in my wordpress installation. For security reasons I had disabled that ability. After allowing it, I had to disable and then reenable the plugin for it to work properly.
Forum: Fixing WordPress
In reply to: Pretty permalinks not workingAh ok. #resolved =D
Forum: Fixing WordPress
In reply to: Pretty permalinks not workingI was able to find the issue.
Turned out in my conf file for the site itself I had put
RewriteEngine On RewriteOptions InheritOnce I removed those two lines, the other ones were able to work.
Forum: Fixing WordPress
In reply to: Pretty permalinks not working@digico So then how do I ensure that rewrite is working? It looks like it’s enabled, but for some reason not being utilized (potentially)
Forum: Fixing WordPress
In reply to: Pretty permalinks not workingForum: Fixing WordPress
In reply to: Pretty permalinks not workingI’m using apache as stated above.
But if the apache rewrite isn’t working why would thesmartroadtrip.com/index.php go to thesmartroadtrip.com? Is there a setting somewhere else that might be doing that?
Also, as you saw above, in my mods-available folder for apache I do have the rewrite mod enabled. I double checked through the apachectl:
$ apachectl -M Loaded Modules: ... rewrite_module (shared) ...So it is definitely loaded. Is there another way to check why the rewrite isn’t occuring?
Forum: Themes and Templates
In reply to: Visual Editor tagsNot resolved yet.
Forum: Installing WordPress
In reply to: Inability to LoginSo as an update: I can access all the files when I go to the index.php file, but for some reason when I click log-in it doesn’t link me anywhere. It just sends me to the wp-admin folder.