carnold
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: *sighs* PermalinksNope, it does not look like it is loaded (if needed). Both a search through httpd produced no refeence of mod_rewrite and my phpinfo file also does not produce any reference of mod_rewrite. I am thinking, it DOES need to be loaded to use permalinks. Sorry, it is apache2 on Linux SLES9 (novell distro). Are you running Linux? If so, do you mind telling me how you got mod_rewrite installed. This distro uses a package manager called red carpet, and i can not find any reference of mod_rewrite using red carpet or yast. Where in your httpd file does your mod_rewrite appear? Thanks again for the help, you have answered many questions!
*/EDIT…Yep, it IS installed (by default) and is found in /usr/lib/mod_rewrite.so. But the weird thing is, no reference of it is found in the httpd file. I wonder if i make an entry in the httpd file, will this work?…EDIT*/Forum: Fixing WordPress
In reply to: *sighs* PermalinksYes, restarted a few times.
https://www.mytimewithgod.net
When i first started to get permalinks working, nothing was in there but this:
PHP_FLAG output_buffering On (this is in there so i could use an ajax theme from bloxpress)
Then, after searching here for permalinks problems, i found others that were saying their htaccess file had this in it:
#BEGIN WorPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME !-f
RewriteCond %{REQUEST_FILENAME !-d
RewriteRule . /index.php
</IfModule>
#END WordPress
Just for clarification, i entered this into the htaccess file myself. Because i read conflicting posts, here, that WP 2.0 and up did not use mod_rewrite. I also searched my software for “apache” and “mod_rewrite”, not found. I am not sure that mod_rewrite is installed (unless it installs by default with apache2). Thanks againForum: Fixing WordPress
In reply to: *sighs* PermalinksI only find 1 instance of AllowOverride ALL in my httpd file. And it is set to ALL. This file is found in my /etc/apache2 folder. That is what i am trying to do, not include /index.php.
Forum: Fixing WordPress
In reply to: *sighs* PermalinksSame thing happens (index.php shows). I am selecting Numeric
? https://www.mytimewithgod.net/index.php/archives/123 in “permalinks”. This also populates “custom” (which is under “numeric”) with the same entry. I also have tried Date and name based
? https://www.mytimewithgod.net/index.php/2006/02/17/sample-post/, same thing happens (index.php shows). Thanks for any help, Direkt
*EDIT/ Oh, i have also tried “custom” /index.php/archives/%post_id% (both with the /index.php and without /index.php)/*EDITForum: Plugins
In reply to: FAQ PluginTruth, that link did not work either. I have tried from 3 different computers (1 is a windoze pc using IE) and all do the same thing. Is anyone else having problems downloading the faq? It just keeps loading the index page over and over and a right click produces “error occurred” while trying to extract.
Forum: Plugins
In reply to: FAQ PluginVaamYob, i am trying to download the newsest revision of your FAQ plugin from your page and when i click on “download here” your page just keeps taking back to the index.php page. Also tried to right click “download here” and “save as” but this file, when trying to extract, says file corrupt. Any idea why i cant download from your page?
Forum: Plugins
In reply to: CG-FlashyTitles: sIFR 2.0 for WordPress…I downloaded and activated this plugin for WP 2.0 and when i activated, no menu appears and i recieve this error at the very top of the admin page:
Parse error: parse error in /srv/www/htdocs/wp-content/plugins/cg-flashytitles/cg-flashytitles.php on line 692Forum: Fixing WordPress
In reply to: Email notification of comments stopped workingI too have this problem. Will not send comments, contact form or user registration emails. This has never worked in WP 2.0 for me. Funny thing is, i have gallery2 installed and this uses the mail(), i think, to send email and it DOES send email. I have downloaded and activated the WP-mailer plugin and set it to use smtp, no emails of any sort. Set it back to use the mailer(), no emails of any sort. I run my own mail server and firewall ports are open and i can see all port 25 traffic, checked all mailserver logs, never see anything when using WP 2.0. Sendmail IS installed on this server, /usr/sbin/sendmail and phpinfo shows it there. PHP.ini file is working as gallery2 sends emails. Anyone offer any help?
Forum: Fixing WordPress
In reply to: Problems with sidebar placementStart with validating your page: validator.w3.org
Forum: Themes and Templates
In reply to: Blix: Little trouble with NavBar extra buttonThat worked only now, when you click on “home” is does not stay selected. You The man!!
Forum: Themes and Templates
In reply to: Blix: Little trouble with NavBar extra buttonThat made the “photos” select but “home” is also selected (at the same time as “photos” being selected). How to overcome that? Thaks again for the help, DirekT!
Forum: Themes and Templates
In reply to: Blix: Little trouble with NavBar extra buttonDone. It is in the “themes” folder. How would you like me to get it to you?
Forum: Themes and Templates
In reply to: Blix: Little trouble with NavBar extra buttonI have no idea why this is not working. If you go here, then click on “photos”, you will see the “home” button stays selected and “photos” does not select at all. even with the new code, it did not select.
Forum: Themes and Templates
In reply to: Blix: Little trouble with NavBar extra buttonThanks but it did not work for me. I tried it on my “photos” link. and used this code:
<li <?php if(__FILE__ == ‘wp-gallery2.php’) { echo ‘class=”selected”‘; } ?> >Photos
Any other ideas? Thanks again!Forum: Themes and Templates
In reply to: Blix: Little trouble with NavBar extra buttonDo you mind if we exchange email addresses? This way, whoever gets theirs fixed, they can let the other know what they did to fix it.