Clusty
| Results 1 - 97 for post. (0.30 seconds) |
POST data manipulation using php and CURL
CURL Guide for sending POST data form request with PHP and CURL. www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html |
Password Protect your Blog with Apache .htaccess and .htpasswd
Is there anyway to manipulate this plugin so that it will password protect a specific public post? Wordpress 2.3+ had post-level passwords but they stunk. … www.askapache.com/wordpress/htaccess-password-protect.html |
503 Status Code Search Engine SEO
Nifty SEO tip to get Search Engine Bots to check your site every hour until you finish working on it and tell them you are finished. www.askapache.com/htaccess/503-service-temporarily-unavailable.html |
Faster POST and GET Form Submissions
Faster Form Submissions and processing by using background requests from the server. www.askapache.com/webmaster/fsockopen-forms.html |
AskApache Web Development
I decided to go ahead and post what I learned about it today, even though its tough … Thanks to the method in this post, my clients couldn’t be happier. … www.askapache.com/ |
Delete extra wordpress files Post-Install
Delete unneccessary wordpress files after you install. Delete install.php, upgrade.php, etc. www.askapache.com/wordpress/delete-extra-wordpress-files-post-install.html |
Redirect all feeds to FeedBurner with .htaccess
I have two feedburner feeds, on for posts and one for comments that I wanted to ensure ALL feed requests of any type would work with - your rewrite list of … www.askapache.com/htaccess/redirecting-wordpress-feeds-to-feedburner.html |
cURL PHP Code Example Grabs Feed Subscribers from Google Reader
PHP curl example utilizing cookies, POST, and SSL options to login to Google Reader and fetch the number of subscribers for a particular feed url. www.askapache.com/security/curl-google-post-feed.html |
Google AdSense Automatic Login with PHP and CURL
This code posts all the correct post fields to Googles universal Account Services login and brings the user directly to the AdSense Overview page. … www.askapache.com/webmaster/login-to-google-adsense-using-php.html |
Site Map for AskApache.com
An interesting post by a computer hacker explaining how to really hack. .... Sending POST form data with php CURL: CURL Guide for sending POST data form … www.askapache.com/about/site-map/ |
Fight Blog Spam with Apache
Rename your /blog/wp-comments-post.php to /blog/cpost.php or something ..... When your readers comment, the wp-comments-post.php file is accessed, … www.askapache.com/htaccess/fight-blog-spam-with-apache.html |
Search Engine Optimization for WordPress Blogs
Its features and functions guide a search engine through the posts, pages, and categories to help the search engine crawl your site and gather the … www.askapache.com/wordpress/seo-in-wordpress.html |
Faster Form Submission and Processing with fsockopen
Speed up GET / POST form submissions using fsockopen to initiate a server-side background request to a separate script to process submitted data. www.askapache.com/php/speedy-form-post.html |
mod_security Guide and Examples of use in .htaccess
I know you don’t want to turn mod_security off, but honestly it’s your best bet if you want to be able to post without 503’s right now. … www.askapache.com/htaccess/mod_security-htaccess-tricks.html |
Libcurl on AskApache
www.askapache.com/security/curl-google-post-feed.html … www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html … www.askapache.com/search/-libcurl/ |
Stop WP-Cache Plugin from caching index.php
A WordPress index page shouldn’t be cached by wp-cache the same as posts or other pages not as frequently updated. This 30 second fix gives you control to … www.askapache.com/wordpress/wp-cache-wordpress-index-page.html |
.htaccess File and mod_rewrite examples
You can check my post about the issue for more info: Safari doesn’t always like bz2 compressed DMG files. Great work on this .htaccess example btw, … www.askapache.com/htaccess/ultimate-htaccess-file-sample.html |
Using htaccess to make phpBB Search Engine Optimized
I also want to try and base the last-modified time off of the last post or edit to the data on the page.. what a nightmare! Anyone have any suggestions? … www.askapache.com/phpbb/using-last-modified-etag-mod_expires-mod_headers-to-seo-phpbb.html |
301 Redirectmatch, Redirect, and mod_rewrite
… Redirect 301 /2007/phpbb/sending-post-form-data-with-php-curl.html http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html Redirect … www.askapache.com/htaccess/301-redirect-with-mod_rewrite-or-redirectmatch.html |
Redirecting WordPress index.php to root
I am having a problem that you might easily be able to fix (I can’t as I don’t know much about Apache) because it is related to this post, if you could read … www.askapache.com/htaccess/redirect-index-blog-root.html |
Online Security Scanner Tool
The POST method is used to request the script perform processing and produce a … The URI in a POST request identifies the resource that will handle the … www.askapache.com/online-tools/request-method-scanner/ |
SSL Content Warning Security Fix
On on of my secure sites, lets say https://www.askapache.com/htaccess/ I wanted to give my visitors the option to post youtube videos and google videos. … www.askapache.com/htaccess/mixed-ssl-content-warning-secure-fixed.html |
Rewrite underscores to hyphens for SEO URL
Replace underscores in URLs with hyphens using Apache .htaccess. www.askapache.com/htaccess/rewrite-underscores-to-hyphens-for-seo-url.html |
htaccess Caching
Clients SHOULD only send a Date header field in messages that include an entity-body, as in the case of the PUT and POST requests, and even then it is … www.askapache.com/htaccess/speed-up-sites-with-htaccess-caching.html |
WordPress robots.txt
My issue is that my post only ranks when are on the homepage, is something wrong with my … I have about 230 posts on this blog, all high-quality, … www.askapache.com/seo/updated-robotstxt-for-wordpress.html |
The REAL Way to Optimize AdSense
To keep things simple, we will only be dealing with 1 Ad. On this site, it is the Ad displayed at the top of each single post. … www.askapache.com/wordpress/best-adsense-optimization.html |
htaccess Security on Apache
What kind of security can be implemented from within the Apache Web Servers htaccess files? Recently I was asked the following question and decided to post … www.askapache.com/htaccess/securing-subdirectories-with-htaccess.html |
SEO Implementations of Multiple Search Engines
List of Posts and Pages on AskApache.com … The original post is still up on the Ettercap Development Form ..... Apache Authentication in htaccess · Port … www.askapache.com/search/ |
Crawler on AskApache
… with its associated URL, the subscriber count, … www.askapache.com/security/curl-google-post-feed.html … List of Posts and Pages on AskApache.com … www.askapache.com/search/crawler/ |
.htaccess mod_rewrite rewrite examples
RewriteCond %{REQUEST_METHOD} !^(POST|GET|OPTIONS|PUT)$ RewriteRule .* - [F,L]. mod_rewrite rewrite htaccess .htaccess 301 redirect … www.askapache.com/htaccess/htaccess-mod_rewrite-rewrite-examples.html |
Hacking WP Super Cache for Speed
If I do decide to make a caching plugin the right way, it will have similar tricks that I used in the Hack WP-Cache for maximum speed post. … www.askapache.com/htaccess/hacking-wp-super-cache-for-speed.html |
Speed Up Sites with php Caching
if (count($_COOKIE)>0 or $_SERVER['REQUEST_METHOD']=='POST' or (!is_valid($cached_file)) or ($info = @stat($cached_file)) == false ) { /* If there's no file … www.askapache.com/php/speed-up-sites-with-php-caching.html |
Multi-boot 30+ Operating Systems with just the ISO, no Disks
At any rate, I’m learning a lot, and many of the results I will find I will post here eventually, because they are HUGE lee important for the security … www.askapache.com/security/install-multiple-os-without-cds.html |
Auto-Login to Google Analytics to impress Clients
Thanks to the method outlined in this post, my clients couldn’t be happier.. about .... I found a php lib that was written that simulates POSTs to Google, … www.askapache.com/webmaster/login-google-analytics.html |
Cache-Control Headers using Apache and .htaccess - Easy Apache …
… WordPress Plugin for Apache .htacce · AskApache Password Protection, For · Updated robots.txt for WordPress · Faster POST and GET Form Submission … www.askapache.com/htaccess/apache-speed-cache-control.html |
100 Most Popular AskApache Web Development Articles
Top 100 Popular Posts · Police find Ransom Video for Chicag · Blocking Bad Bots and Scrapers with · WordPress robots.txt SEO · Fetch Feed Subscribers from … www.askapache.com/top-100/ |
Advanced WordPress 404.php
<div id=""content">" <div class=""post"> <h1><?php _e("$AA_STATUS_CODE $AA_REASON_PHRASE"); ?></h1> <?php if(function_exists('aa_google_404')) aa_google_404(); … www.askapache.com/wordpress/wordpress-404.html |
Debug apache log files from php
Debug apache log files from php · Hack WP-Cache for Maximum Speed · Undetectable Sniffing On Ethernet · Faster POST and GET Form Submission … www.askapache.com/htaccess/debug-apache-log-files-from-php.html |
Rigging the DreamHost Site of the Month Contest
The reason AskApache.com was DQ’d is totally bogus, and this post is an attempt to set the record straight and also to show how a person could cheat DHSOTM. … www.askapache.com/dreamhost/rigging-the-dreamhost-site-of-the-month-contest.html |
mod_rewrite tips with RewriteRule and RewriteCond for .htaccess
Great post! I’ve done a little work with .htaccess but I find the syntax a little confusing. Here’s what I would like to do… … www.askapache.com/htaccess/mod_rewrite-tips-and-tricks.html |
Password Protection and Authentication Locking down Apache with …
Apache Authentication in htaccess · Sending POST form data with php CUR · Login to Google AdSense using PHP · Vulnerability Scanners Review … www.askapache.com/htaccess/apache-authentication-in-htaccess.html |
Advanced HTTP Redirection
Note: When automatically redirecting a POST request after receiving a 301 … This method exists primarily to allow the output of a POST-activated script to … www.askapache.com/seo/advanced-http-redirection.html |
Control Flow of Pagerank with robots.txt and NoFollow, NoIndex
The secrets in this post were really more of enlightening bits of seo wisdom. … Your post once again brings up the importance of internal link structure. … www.askapache.com/seo/robotstxt-mattcutts-noindex.html |
Update: AskApache Password Protect Plugin
The comments I read under the old version post didn’t have any answers - that I could find. So, what is the fix for this? … www.askapache.com/wordpress-plugins/securing-htaccess-plugin.html |
Fresh .htaccess Examples: Cookies, Variables, Custom Headers
… SEO Redirects without mod_rewrite · Allow AdSense Crawler Access · Sending POST form data with php CUR · Updated: WordPress RewriteRules Vie … www.askapache.com/htaccess/htaccess-fresh.html |
.htaccess Tutorials, htaccess Examples, Sample .htaccess Files
Laying the smack down on attacks · mod_security + mod_rewrite · Block Spam by examining POST form fields · Enable mod_security - DreamHost … www.askapache.com/htaccess/apache-htaccess.html |
.htaccess file for Powweb
… Speed Tips: Turn On Compression · 301 Redirect Cheatsheet. « Update: AskApache Password Protect PluginFaster POST and GET Form Submissions » … www.askapache.com/htaccess/powweb-htaccess.html |
Custom PHP.ini tips and tricks
(ENV VARS/GET VARS/POST VARS/COOKIE VARS/SESSION VARS). Imagine if you are rely on ENV VAR but it was orver written with GET/POST/COOKIE vars? … www.askapache.com/php/custom-phpini-tips-and-tricks.html |
SEO Boost from 404 Plugin? Focus on humans
So far, those who have read my post about this plugin have installed it and have been pleased with the results. deep.thought 09.25.07 at 6:49 am … www.askapache.com/seo/404-google-wordpress-plugin.html |
SEO Secrets of AskApache.com
Soon I realized that I was one of a small few who actually post content to a forum instead of just questions, so I decided to write my tutorials down on a … www.askapache.com/seo/seo-secrets.html |
Multiple Web Technologies for Dynamic php Session Control
GMT"); header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0"); header("Pragma: no-cache"); header('Content-Length: 43'); … www.askapache.com/htaccess/php-sessions-cookies.html |
View your IP Information
REMOTE_ADDR 22.12.161.204 REQUEST_METHOD POST REQUEST_URI /online-tools/whoami/ HTTP_REFERER http://www.askapache.com/online-tools/whoami/ HTTP_USER_AGENT … www.askapache.com/online-tools/whoami/ |
Control htaccess Basic Authentication with PHP and mod_rewrite
Control htaccess Basic Authenticati · WordPress RewriteRules Viewer · Mod_Security .htaccess tricks · SEO Secrets of AskApache.com · Top 100 Popular Posts … www.askapache.com/htaccess/tricks-for-controlling-htaccess-basic-authentication-with-php-and-mod_rewrite.html |
How To download multiple files simultaneously with curl and php
… Fetch Feed Subscribers from Google · Updated: WordPress RewriteRules Vie · Sending POST form data with php CUR · About AskApache … www.askapache.com/php/curl-multi-downloads.html |
Online Tools for Webmasters and Hackers
… Apache HTTPD Google CSE · Fresh .htaccess Examples: Cookies, Variables, Custom Headers · Faster POST and GET Form Submissions · WordPress robots.txt SEO … www.askapache.com/online-tools/ |
WordPress robots.txt file optimized for SEO and Google
Amazing post. Thanks. derek 06.19.07 at 10:18 pm. If I put my robots.txt in my root but have my blog installed in a subfolder how can I exclude correctly. … www.askapache.com/seo/wordpress-robotstxt-seo.html |
.htaccess - Wikipedia
AuthUserFile /home/newuser/www/stash/.htpasswd AuthGroupFile /dev/null AuthName "Protected Directory" AuthType Basic <Limit GET POST> require user newuser … www.askapache.com/htaccess/htaccess-wikipedia.html |
Troubleshooting Apache .htaccess Authentication
Some of the methods available in HTTP are GET , POST , and PUT . Message Digest: A hash of a message, which can be used to verify that the contents of the … www.askapache.com/htaccess/troubleshooting-apache-htaccess-authentication.html |
SetEnvIf and SetEnvIfNoCase Examples
SetEnvIf and SetEnvIfNoCase Example · Redirect index.php to root “/ · htaccess HTTPS / SSL Tips, Tricks, .htpasswd file Generator · Sending POST form data … www.askapache.com/htaccess/setenvif.html |
10 Best CSS .Classes in CSS Toolbox
Please note that these classes are meant only to show what can be done with CSS, I wrote this post for CSS guru’s and up and coming gurus. … www.askapache.com/css/css-class-example.html |
Using AddCharset, AddType, AddDefaultCharset to output UTF-8 …
Setting charset in htaccess · Smart HTTP and HTTPS RewriteRule Re · Sending POST form data with php CUR · SEO Redirects without mod_rewrite … www.askapache.com/htaccess/setting-charset-in-htaccess.html |
Bypassing and hacking VLAN switches
I wanted to post this for those rare hackers and network admins out there trying to find … The original post is still up on the Ettercap Development Form … www.askapache.com/security/hacking-vlan-switched-networks.html |
AskApache Web Development (5)
… have trouble-free (no password or username to remember) access to their site reports. Thanks to the method in this post, my clients couldn’t be happier. … www.askapache.com/page/5/ |
Feeds on AskApache
PHP curl example utilizing cookies, POST, and SSL options to login to Google ..... The AskApache website layout, all articles/posts/pages and syndication … www.askapache.com/search/feeds/ |
AskApache Web Development (3)
The secrets in this post were really more of enlightening bits of seo wisdom. The secret is how to combine robots.txt with meta robots tags to control … www.askapache.com/page/3/ |
HTTP Packet Capturing to debug Apache
Show only certain HTTP methods. http.request.method == "POST" || http.request.method == "PUT". Show only filetypes that begin with “text” … www.askapache.com/tools/sniff-http-to-debug-apache-htaccess-and-httpdconf.html |
AskApache Web Development (9)
I noticed that when I switched over to Feedburner I stopped having all the individual post and comments feeds…. Using TIME_HOUR and TIME_MIN for htaccess … www.askapache.com/page/9/ |
SuperCharge your DreamHost Referral Clickthrough rates and income
Subject Re: Easy way to Improve Your Referral revenue [re: askapache] Reply to this post Posted by Jeff @ DreamHostAdministrator (DH DreamNinja) … www.askapache.com/dreamhost/multiply-your-dreamhost-referrals.html |
PHP Anti-Spam Captcha Script to Secure Form
To verify a user-submitted (via POST or GET) value for the captcha image, do this. <?php if(md5($_REQUEST['capya'])===$_SESSION['askapache_captcha']){ echo … www.askapache.com/security/php-captcha-anti-spam-example.html |
php on AskApache
CURL Guide for sending POST data form request with PHP and CURL. … PHP curl example utilizing cookies, POST, and SSL options to login to Google Reader and … www.askapache.com/search/php-ini/ |
How To Add Akismet Anti-spam protection to your php forms
Faster Form Submission and Processing with fsockopen · Simple PHP Anti-Spam Captcha Script · Faster POST and GET Form Submissions · Auto-Login to Google … www.askapache.com/webmaster/add-akismet-anti-spam-to-php.html |
Apache Environment Variable Info
… Request_Method: the name of the method being used (GET, POST, et cetera); Request_Protocol: the name and version of the protocol with which the request … www.askapache.com/htaccess/apache-variable-fun-in-htaccess.html |
View HTTP Request and Response Headers
To be used for a 405 Method not allowed, Allow: GET,HEAD,POST,OPTIONS,TRACE. Authorization, Authentication credentials for HTTP authentication … www.askapache.com/online-tools/http-headers-tool/ |
Links to htaccess tutorials and articles
… Sending POST form data with php CUR · Mod_Security .htaccess tricks · SEO Secrets of AskApache.com · htaccess HTTPS / SSL Tips, Tricks, … www.askapache.com/htaccess/best-htaccess-tutorials-and-articles.html |
Top 2 free online banks for Web Professionals
13 day hold on goverment payroll checks, wire transfers that take 4 days to post instead of 10 minutes. Lost checks debit card, debit card with someone … www.askapache.com/webmaster/best-free-online-banking.html |
Want to know how to really hack?
An interesting post by a computer hacker explaining how to really hack. … Set Environment Variables According · Sending POST form data with php CUR … www.askapache.com/security/want-to-know-how-to-really-hack.html |
Apache Web Server Speed Configuration Hacks
Leave it Off and use post-processing program such as logresolve to resolve IP addresses in Apache’s access logfiles. Logresolve ships with Apache. … www.askapache.com/htaccess/apache-web-server-speed-configuration-hacks.html |
SEO with Robots.txt
Please note that if you have a feed that was previously included, the old posts will remain in the index even though new ones will not be added. … www.askapache.com/seo/seo-with-robotstxt.html |
Caching Tutorial for Webmasters
Don’t use POST unless it’s appropriate. Responses to the POST method aren’t kept by most caches; if you send information in the path or query (via GET), … www.askapache.com/htaccess/caching-tutorial-for-webmasters.html |
Display a Custom Boot Menu Every Time You Boot Windows XP
after the firmware POST process completes but before Windows XP displays graphical output NOTE: If Windows XP Professional starts without displaying the … www.askapache.com/windows/custom-boot-menu-in-windows-xp.html |
Abbr and Acronym XHTML examples
Abbr and Acronym examples · Serve Alternate Content based on Ti · AskApache Search · htaccess rewrite, Mod_rewrite trick · Sending POST form data with php … www.askapache.com/xhtml/abbr-acronym.html |
FastCGI on DreamHost
If you get this working, please post the details to fastcgi-developers@fastcgi.com so they can be included here. FastCGI Specification Compliance … www.askapache.com/dreamhost/fastcgi-on-dreamhost.html |
Referer Spoofing Using JavaScript
There does not appear to be any mechanism to submit POST data. If the user’s browser is configured to not submit Referer information (e.g., network.http. … www.askapache.com/javascript/referer-spoofing-using-javascript.html |
Search Engine Verification Meta Tags Plugin Updated
Get SEO. The update download and more info is on the original plugin post. The Top 2 Search Engines with Verification … www.askapache.com/seo/search-engine-verification-plugin-updated.html |
php.ini using auto_prepend for output headers
… Hack WP-Cache for Maximum Speed · Advanced Google Analytics 404 Error · Freshen your Anti-virus, Anti-Rootk · Sending POST form data with php CUR … www.askapache.com/php/use-phpini-to-add-http-headers-to-output.html |
md5 on AskApache
(let me know if I should post… its pretty unsophisticated ;) … www.askapache.com/security/install-multiple-os-without-cds.html … www.askapache.com/search/-md5/ |
wp Cache on AskApache
List of Posts and Pages on AskApache.com .... GMT"); header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, . … www.askapache.com/search/-wp-cache/ |
Static on AskApache
List of Posts and Pages on AskApache.com .... Sending POST form data with php CURL · Rigging the DreamHost Site of the Month Contest · Preloading .flv and … www.askapache.com/search/-static/ |
Sessions on AskApache
Session affinity (as well as distribution) should be achievable outside of mod_fastcgi using mod_rewrite. If you get this working, please post the details … … www.askapache.com/search/-sessions/ |
Sha1 on AskApache
Faster POST and GET Form Submission · 301 Redirect Cheatsheet · Downloading Multiple Files with Cur · Getting flash to show up in front o … www.askapache.com/search/-sha1/ |
Debug on AskApache
Make phpBB SEO friendly with htacce · HTTP Packet Capturing to debug Apac · Security with Apache htaccess Tutor · Faster POST and GET Form Submission … … www.askapache.com/search/debug/ |
Authentication on AskApache
www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html .... Faster POST and GET Form Submissions · Control htaccess Basic Authentication with … www.askapache.com/search/-authentication/ |
http://www.askapache.com/ 2008-04-08T20:24:40+00:00 always 1.0 …
… 2008-01-24T02:46:58+00:00 hourly 0.8 http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html 2008-01-24T02:46:38+00:00 hourly 0.8 … www.askapache.com/sitemap.xml |
Google on AskApache
PHP curl example utilizing cookies, POST, and SSL options to login to Google Reader and fetch the number of subscribers for a particular feed url. … www.askapache.com/search/-google/ |
Changing Any Password On XP with cmd
… Simple PHP Anti-Spam Captcha Script · Renaming Sponsored Links in AdSense · HTTP Status Codes and ErrorDocument · Sending POST form data with php CUR … www.askapache.com/security/changing-any-password-on-xp.html |
Connections on AskApache
POST data manipulation using php and CURL. CURLOPT_NETRC: TRUE to scan your … www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html … www.askapache.com/search/-connections/ |
302 on AskApache
http://feeds.feedburner.com/apache/htaccess [L,R=302] htaccess WordPress htaccess, WordPress Related Posts: Delete extra wordpress files Post-Install … … www.askapache.com/search/-302/ |