Search
-
Categories
Tags
5.2 best php editor css debian error finger eleven google htaccess javascript javascript function life lifehouse linux love Lyrics mod_rewrite mysql mysql error mysql function nickelback nusphere nusphere phped nusphere phped 5.2 palawan palawan vacation paralyzer pdflib php4 pdflib php5 photoshop php phped php editor php error php function plugin regex regular expression regular expressions vacation vhcs video windows vista wordpress wordpress error wow
Tag Archives: mod_rewrite
htaccess not working
ShareOn your httpd.conf Set this: AllowOverride All same for the other one and uncomment this line LoadModule rewrite_module modules/mod_rewrite.so <Directory /> Options FollowSymLinks AllowOverride All Order deny,allow Deny from all </Directory> <Directory “C:/htdocs”> AllowOverride All </Directory>
mod_rewrite cheat sheet
Share mod rewrite cheat sheet – Upload a Document to Scribd
Posted in htaccess
Tagged htaccess, mod rewrite, mod_rewrite, mod_rewrite guide, url rendering
Leave a comment
mod_rewrite domain
ShareRewriteCond %{HTTP_HOST} ^(www\.)?yourdomain\.com [NC] RewriteRule ^(.*)$ http://newdomain.com/$1 [R=301,L] Introduction to mod_rewrite
Posted in anything under the moonlight, apache, htaccess
Tagged mod_rewrite, url rendering
Leave a comment
error using mod_rewrite
ShareI got an error using mod_rewrite on my local server and it was only solved when I put Options +FollowSymLinks but on live server using Options +FollowSymLinks gave me an error so I removed it. Well anyway, I came across … Continue reading
mod_rewrite and regular expressions
ShareI’ve been looking for this article and finally found it! Thanks to justin who posted this on some website. Regular Expressions I guess I should start by describing a regular expression. (They aren’t too scary once you get to know … Continue reading