| bio | website | bookofzeus.com |
|---|---|---|
| location | Miami, FL | |
| age | 32 | |
| visits | member for | 1 year, 7 months |
| seen | May 19 at 23:08 | |
| stats | profile views | 20 |
BookofZeus.com: The web resource for articles for the open source community. Book Of Zeus is a website dedicated to learning and teaching open source technology such as PHP, MySQL and Linux.
|
May 18 |
awarded | Caucus |
|
May 18 |
awarded | Constituent |
|
Sep 30 |
awarded | Yearling |
|
Mar 8 |
awarded | Enlightened |
|
Mar 8 |
awarded | Nice Answer |
|
Feb 26 |
comment |
.htaccess issue (500 - Internal Server Error) error ok now you only have the .htaccess in the /zaf/ folder? the rule will change depending where you want to put it. |
|
Feb 25 |
comment |
.htaccess issue (500 - Internal Server Error) error ok can you show me both of .htaccess maybe one conflict with the other one. |
|
Feb 25 |
comment |
.htaccess issue (500 - Internal Server Error) error you have no other .htaccess in any other folders? only in zaf? www is the webroot like www.domain.com goes to www? |
|
Feb 25 |
awarded | Editor |
|
Feb 25 |
comment |
.htaccess issue (500 - Internal Server Error) error oh ok, remove the RewriteBase / |
|
Feb 25 |
revised |
.htaccess issue (500 - Internal Server Error) error added 523 characters in body |
|
Feb 25 |
comment |
.htaccess issue (500 - Internal Server Error) error 1) is the .htaccess at the root? can you give me an example of the file you are calling? |
|
Feb 25 |
comment |
.htaccess issue (500 - Internal Server Error) error Absolutely, i'll update my answer |
|
Feb 25 |
answered | .htaccess issue (500 - Internal Server Error) error |
|
Feb 25 |
comment |
.htaccess issue (500 - Internal Server Error) error 1) are you using windows? and are you in the shell? 2) maybe you have weird char (like bad copy and paste) |
|
Nov 20 |
awarded | Commentator |
|
Nov 20 |
comment |
Should a mobile-only site use robots.txt? are the domains different? or you redirect to a sub-folder if a mobile device is detected? |
|
Nov 14 |
comment |
URL rewriting removing question mark and replace it with slash The RewriteBase directive explicitly sets the base URL for per-directory rewrites. As you will see below, RewriteRule can be used in per-directory config files (.htaccess). |
|
Nov 14 |
awarded | Teacher |
|
Nov 14 |
comment |
URL rewriting removing question mark and replace it with slash I would recommend then to write that URL as /img/0.png so the script will look at the root level and not the sub folder: <?php echo DIRECTORY_SEPARATOR . $currentdir; ?>/niceforms.js |