mariaelkins
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] slide show won't size correctlyWent through and deleted every trace, every slide, every picture. Logged out, logged back in, and reinstalled everything. Configured plugin first, then uploaded pictures, then created slides. Works now ?? Thanks.
Forum: Fixing WordPress
In reply to: static front page plus separate blogok, thanks! I’ll leave this thread open and will keep trying with my host. Hopefully I’ll be able to add a success story later.
Forum: Fixing WordPress
In reply to: static front page plus separate blogthey say all the sites are on the same physical server
Forum: Fixing WordPress
In reply to: static front page plus separate blogDon’t know if they’re on the same physical server. I’ll have to contact them again to find out.
Forum: Fixing WordPress
In reply to: static front page plus separate blogLinux
Forum: Fixing WordPress
In reply to: static front page plus separate blogNo answer. Just that it is working for my other websites on the same server.
What about this solution (Permalinks without mod_rewrite) on this page, https://codex.www.ads-software.com/Using_Permalinks#Using_only_.25postname.25
Forum: Fixing WordPress
In reply to: static front page plus separate blogI also just tried to change my Permalink settings to blog.php/%postname%/ (didn’t put in the php before), but that didn’t work either
Forum: Fixing WordPress
In reply to: static front page plus separate blogthey checked and said mod_rewrite settings are on seem to be set correctly. Basically, no help.
Forum: Fixing WordPress
In reply to: static front page plus separate blogwhat specifically should I ask/tell them?
Forum: Fixing WordPress
In reply to: static front page plus separate blogJust changed Permalinks to default option. I got a blog page!
But…why is that happening? Can you think of any other work around so I don’t have website pages that are all just numbers?
Forum: Fixing WordPress
In reply to: static front page plus separate bloghere’s my .htaccess file
# 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
Forum: Fixing WordPress
In reply to: static front page plus separate bloghow do I see if .htaccess is being updated? I know I have one in my directory and I see another that is a backup.
Forum: Fixing WordPress
In reply to: static front page plus separate blogchecked with host and they said mod_rewrite is running
Forum: Fixing WordPress
In reply to: static front page plus separate blogReset theme to Twenty Twelve. Will contact host about mod_rewrite
Forum: Fixing WordPress
In reply to: static front page plus separate blogBecause of an error I made (inadvertently changed the WordPress Address URL and this was the only way I could figure out how to be able to access my blog again), I had to add two lines to my wp-config.php. I added:
define(‘WP_HOME’,’https://purposefulgift.com’);
define(‘WP_SITEURL’,’https://purposefulgift.com’);Would this cause a problem with where the blog shows up? Or, is there a way to add another line that specifies where the blog should be?