jlhaslip
May 14 2006, 06:27 PM
| | On my Trap17 account here, I have an .htaccess file with the following declaration which (I think) forces all html files to be parsed by the PHP Parsing engine and therefore I can insert snippets of php scripts into html files.
CODE AddType application/x-httpd-php .html .htm However, when I add an .htaccess file to the local directory of the version of XAMPP on my local machine, it fails. I have tried to add the .htaccess file to the htdocs folder and elsewhere, but it still doesn't work to parse html through the php parser. Any ideas on how to get these html files through the php parser?
XAMPP running PHP 5.0 on a windows 98 se machine. htdocs folder as localhost. |
Reply
Tyssen
May 15 2006, 12:59 AM
I've had trouble with .htaccess on my local machine too. I think even though you're running an Apache installation that it doesn't work right with Windows. Or there could be some setting in the config file which is turned off by default which you need to find and turn on.
Reply
michaelper22
May 15 2006, 01:10 AM
Maybe you could try adding the directive (or a similar directive) to the httpd.conf file. Or try creating a file by the name of htaccess.txt and renaming it to .htaccess.
Reply
Hamtaro
May 15 2006, 02:46 AM
Do you have any other settings in your .htaccess file? If you don't, One thing that you could do, is check the AllowOverride directive in your httpd.conf file. If you set it to "AllowOverride All" that should work. However, it has been so long so I've used httpd.conf, that I've forgotten. If you do have other settings in it, then I have no idea what's wrong. If you do add it to httpd.conf, you will need to restart the server.
Reply
jlhaslip
May 15 2006, 07:41 AM
Nope, doesn't work. Gives a 500 Server Error. Won't even do a php file if I set it to All.
Reply
Tyssen
May 15 2006, 08:39 AM
Is this line commented: LoadModule rewrite_module modules/mod_rewrite.so
Reply
jlhaslip
May 15 2006, 10:35 PM
Tried it both ways, no luck. I have the config file set back to default now. I'll just leave it there. Thanks for everyone's input.
Reply
Tyssen
May 16 2006, 02:01 AM
Yeah, I think it's a limitation of a Windows Apache package.
Reply
Similar Topics
Keywords : parsing, html, php, xampp, server, version, windows
- Dohwow
4 my private server (2)
Xampp How Can I Generate "automatic Start Sites"
(7) I am new using XAMPP and PHP. I am trying to build website using Joomla which is required my
computer to have php. So i installed this XAMPP and install my joomla website. My questions is
everytime i type localhost is not going to my joomla website that i built. it always goes to
localhost/xampp. i know i have to configure the httpd.conf but i have no idea how to configure this.
can anyone help me with this. my website folder called "test". how do i redirect to this test folder
so that everytime i type local host it will open the test website. I really appreciate your he....
How To Use Xampp To Test Php
(3) Hi, I'm new at trap17, and it's a good host, but there are too many forums so sorry if I got
this is the wrong forum. I am using Fedora 9 (Linux) and I want to test PHP locally and one of the
moderators said XAMPP is good. I''ve got it installed and that, and I can go to the XAMPP
page by going to http://localhost/xampp/ and logging in. However, I want to know how I can use
XAMPP to test PHP locally. Any help would be appreciated. /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
Html Form!
Using MySQL?! (4) Hey, I need your help again! I need some good working tutorial how I can update my SQL through
HTML form. I did use some tutorials online found with the help of google; but they do not work
properly; I mean there are still small mistakes. I need to have a good tutorial to follow. It
should be based on security and more things. It has to be done in proper way.......
Compiling Php On Windows
(5) hello all im trying to compile php 5 on my windows box with visual studio 2005 , every thing goes
fine on my computer ,but when i moved the php.exe and the dll corresponding to it to another
computer nothing happend , the program won't work. what can i do to make it working? ....
How Do I Get The Result To "stick" And Add Html Tags?
Help please? (14) $changepage = $_REQUEST ; echo " $changepage "; ?> Okay, I need a
way for any information typed in my textarea to "stick" on the page in which it "posts". Since I am
creating a way for my registered users to decorate their "homepages". So any help, tutorials, etc.
would be greatly appreciated. ^^ Thanks.....
Mozilla Out With Firefox 3 Beta 4
The beta 4 version of FireFox 3 is out .. (1) QUOTE The just-released beta 4 version of Firefox 3 offers a few visible additions to the
browser. For example, the download manager has been improved, making it simpler to locate and work
with downloaded files. It's quite nice -- you can easily search through your downloads. Also,
Firefox now integrates directly with your virus scanner, and shows the scanning being done right
inside the download manager. And you can see the icon of the file you've downloaded, making it a
lot quicker to identify. The primary interface has been somewhat modified to look more....
Windows Can Be Hacked Via Firewire
(11) QUOTE A New Zealand security researcher has published a software tool allowing attackers to
quickly gain access to Windows systems via a Firewire port. The tool, which can only be used by
attackers with physical access to a system, comes shortly after the publication of research on
gaining access to encrypted hard drives via physical access to memory. Researcher Adam Boileau, a
consultant with Immunity, originally demonstrated the access tool at a security conference in 2006,
but decided not to release the code any further at the time. Two years later, however, not....
Php Without Server
(6) I have just recently bought a laptop and would like to use PHP for local reasons on it, but I am not
allowed to setu p a local webserver because it would slow down our already crappy internet. Is there
a way for me to run local PHP without using Apache or any other webserver for purely local uses.....
File Checker-how To Check File Whith Html Through Html?
(2) edit:sorry for the mistake it is php not html and its with not whith my code checking script= CODE
<?php $file = '$CHECK'; if (file_exists($file)) {
echo "The file $filename exists"; } else { echo "The file $filename
does not exist"; } ?> my question is how to check the file whith html example:on a page
a text box is provided and a button the user writes a file name (or website) the user clicks on the
submit button then it checks and show it (with the code above) i got the code C....
Html Code Tester. Online Script
(15) Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
Current script: CODE <?php //Save this as something like htmltest.php function
CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
input $html_safe=str_replace("<?php"," ",$html_unsafe);
//Starts security measures $html_safe=str_replace("?>","
",$html_sa....
Html Site With Login
Is it possible? (2) Hello. I´m building my own site and I need some help... Is it possible to use a login sistem in php
and mysql database in a html site? ....
Script To Translate Into Bbcode From Html Tags
(1) I was wanting to know how to make a form like they use here for the website form. I want to be able
to turn stuff in to bbcode. If you know how or would be willing to write the script for me could
you email me. will@darkzone3.com . I am william to give all credit to who ever makes it. and i can
put a link back to a site if you want. Please be specific with the topic title. "Help" is never a
good topic title. This is explained in our forum rules. Title modified. ....
Windows Login Credentials
(0) On an intranet I'm running php. apache and mysql. We use Windows logins. I have a form that
users can submit. This will require a login. I would prefer to use the windows login and passwords.
can I link to the windows authentication? The issue I see is when a user changes the password. My
link would need to update the password....
Php Pages Permission On Apache Server
PHP pages permission on Apache Server (1) Hello, I want to know what permissions for PHP pages should be given on Apache web server so that
PHP pages can be executed. If PHP pages are in a folder, what permissions should be given for that
folder? ....
<?php ?> Marking Up With Php
How to simply add HTML tags with PHP (0) Just a simple function to mark your queries /smile.gif" style="vertical-align:middle" emoid=":)"
border="0" alt="smile.gif" /> CODE <?php $uzorak = 'Hosting credit'; //use
post to get $uzorak variable $tapeti = "Hosting credits are collected by posting at
the forums. The hosting credits are given after your posts are filtered and depending on its size,
you get proportional hosting credits. Once you get the required credits you can post an application
for hosting. One of our admins will then approve your application after which you c....
Help With Moving Html Form Results To Shopping Cart?
(3) Hello All- So I think I'm tackling a pretty big project here and was looking for some help... I
am fairly new to extensive coding (beyond HTML and a little bit of JavaScript) and wanted to know
how I can recall HTML form results on the next page (in a shopping cart) with a price based on the
choices picked in the form. It sounds complicated...look at this example: Check out this page:
http://www.plugcomputers.com/intelprobuild.php See how when the user goes through and picks all
their computer parts a price at the bottom shows the system price based on their sel....
Can Php Interact With A Visual Basic App On A Server
(8) I am currently making a game. And I want to use a command through php to ineract with a visual
basic app on my server. Is it possible? and how?....
Sub Domain Help In Xampp
Sub Domain Help in xampp (4) I am trying to work out how to get subdomains working in xampp. I have tried all of the tutorials
on the net but I still cant work it out. Any Ideas? Thanks Rob....
Php Escaped Control Characters And Windows
they aren't working for me. (3) In php coding, when you escape certain characters, they have an impact on the output of an
echo'd or printed string. ie "\r\n\t" should give you a new line and a tab before
outputting the content for a line of printing. They vary by OS, I know, but I have tried all the
variations I can think of and can't seem to control output using them. Believe me, I have tried
multiple variations and nothing works for me. I have checked the php.ini file for settings but I
can't find where you can modify them. So the question is : Where do i look to conf....
Wappyftp V1.00
upload to server via ftp from your mobile phone :-) (8) wappyFTP v1.00 by wappy --- site: http://cult.trap17.com mail: admin@cult.trap17.com --- -Welcome
to wappyFTP, with this wap script your users can upload files directly to their server via FTP from
a mobile phone! --- -Its extremley easy to install, open index.php and put the name of your site
instead of YOURSITE.COM -Upload the folder wappyFTP_v1.00 to the root directory of your web server
-Link to it like wappyFTP_v1.00/index.php -Its all done ENJOY --- YOU MAY DISTRIBUTE AND/OR EDIT
THIS SCRIPT BUT DO NOT REMOVE THE AUTHORS NAME! --- ©2006-2007 wappyCULT /....
Wappychat_oldskool
old version of my wap chat script :-) (15) here is a very old version of my wap chat script, its not very advanced but has privates, smileys
etc. I will post some further versions (with owner, admin, mod status and profiles) when i have time
to write the readme/install instructions for them. You will find instructions inside the zip. If you
have any problems post here but i know it don't work on all servers for some reason but it does
work on the trap server so will be cool ok /tongue.gif" style="vertical-align:middle" emoid=":P"
border="0" alt="tongue.gif" /> ....
[help]: Php To Html (static) Converter
I need help to use PHP to HTML Conversion (3) Hello Guys, I want to use PHP 2 HTML Conversion for my PHP-Nuke CMS And my PHPbb or IPB Forum, but
don't know or does't have any idea about it. If any know about it than please tell me. In
Trap17.com forum PHP to HTML (Static) conversion example is their, you can see it on your Address
bar, Same thing i want to use with my PHP Codes........ Thanks in advance, i am waiting for your
suggestion....
I Need Webmail On My Server
(so admins on my site can access it) (0) Right now, if i go to the cpanel of my site, I can access webmail of any of the email addresses I
have. Unfortunatly, I would prefer it if the administrators did not know the password to the
cpanel. I want them to be able to access mail from 1 of the email accounts. I have tried letting
all the admins access the account through their own cliants, but it became a mess, not knowing wich
admins have responded to which emails, because most emails are hosted localy when received by
cliants such as outlook. Then I had the idea of making one page, with webmail on it. Where....
Php Server Time
(4) i think i may asked this question awhile back but i never really got it solved. ok..i had a block
that told me the server time info or whatever. and the GMT wus at 00:00 i wanted to change it to
-5:00 but i didnt know how, so how can i change it? im not sure of the codes in the php to change it
to the right GMT time becuase im always gettn the wrong times n day....
Logging Dowload Files From Your Server Onto A Html File
(1) Well, i had the idea of logging the downloads from my web in a html file few weeks ago, and i solved
it with a lil php page included in my homepage. You could name the links with a name like
"download.php?file=filename.ext" and then, in the download.php put the next code: (well you put
the html and head and body tags if u want, i only write the php here) CODE <? if
(isset($_GET['file']))
$file=$_GET['file']; //so it gets the GET data from url
(file=filename.ext); $ip=$_SERVER[....
Php And Disabling Html Tags
how can i do this? (10) Hello everyone Im TRYING to make a forum and obviously for security i need to disable HTML tags
being used in posts. i know how to use the str_replace() function but to be honest i think id have
to do that for every single tag. I also trued using the html CODE <XMP> stuff
</XMP> tag but i need to be able to use the new line tag to make a new line as all the
posts are stored as HTML. if this isnt clear let me give an example: QUOTE NEW POST PAGE >
user makes new post and posts it > PHP PROCCESSOR PAGE MAKES HTML FILE > NEW HTML FILE CONTAINI....
Email Server Help Please
I need noob detailed help on setting up a email server on windows XP (0) Hello I would like to say thank you for any help you might give me. I'm new to Apache / PHP and
MySQL I have all them up and running propertly I think. I want to make a PHP online game and I need
to set up an email server so I can have and authincation system. When the player creates an account
I want the computer to email the player a link the have to click on to make there account active.
I have a Comcast 8mbits broadband connection My server is running at http://192.168.1.105 My
PHPinfo file is http://192.168.1.105/phpinfo.php My FormMail File http://192....
Script Won't Work At Trap17 -- Version Differences?
But works flawlessly in my machine... (12) Here is the code: CODE <?php $data_array = array(); $data_array2 =
array(); $file_name = "menu_data.txt"; $handle =
@fopen($file_name, "r"); if (!$handle) { echo "File
Handle Not Available For Use"; exit; } while (($data = fgetcsv(
$handle, 1000, ",")) !== FALSE) { if ( (strpos
($data[2],"$page="))) {
$data_array[] = t....
Adapting Html Code Embed To Work On Phpnuke
Help With This Html Code Pls (7) QUOTE how can get this html code to work on my phpnuke site? what tags would i
have to enable in the $Allowable HTML part of my config.php file?? Edited topic title. Moved
to Programming. ....
Looking for parsing, html, php, xampp, server, version, windows
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for parsing, html, php, xampp, server, version, windows
*MORE FROM TRAP17.COM*
|
advertisement
|
|