webstercat
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Ultimate Search] [Plugin: WP Ultimate Search] didnt work for meah i already took it off and have to run off for a bit – more later
Forum: Themes and Templates
In reply to: Updated Themeerrr..i mean have them saved just in case i need to re-enter. its the same theme (developer) just an upgrade (image carousel is included on the front page)
Forum: Themes and Templates
In reply to: Updated Themecool – most of the widgets im referring to are text fields that i filled in w/ html (sign up box for a newsletter, our organizations mailing address, etc)…best to copy these into a text field and then re-enter after upgrade?
Forum: Installing WordPress
In reply to: CPanel SubDirectory Installyes that was it!! I read through soooo many posts/threads on this but missed that one line :)) th ks so much! hopefully I won’t have any more trouble
Forum: Fixing WordPress
In reply to: 403 forbiddenps – the htaccess file i created looks like this (based on what i read in other posts):
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPressForum: Installing WordPress
In reply to: CPanel SubDirectory Installsweet!! now the only problem is when i log in i get a 403 error – been reading through the forum and it sounds like it has something to do w/ the .htaccess file?
Forum: Installing WordPress
In reply to: 403 Forbidden Errorhey guys – im having the same trouble but i installed mine through cpanel in a subdirectory. i think i need to add an htaccess file or adjust the one that already exists in the root folder?