- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 72 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Mod_Rewrite on? [ ]
Author
Message
craigster
Nuke Soldier
Joined: Jun 24, 2003
Posts: 26
Posted:
Tue Jul 29, 2003 4:30 pm
I was working on installing googletap on my site, but i'm unsure if Mod_rewrite is on or not with my host.
I look in the phpinfo but do not see anything that references it. am I missing something? other posts I read show there should be an apache section in the phpinfo that show if it is enabled.
Linkage to my phpinfo:
http://mac.cybercraig.net/phpinfo.php
Thanks
Zhen-Xjell
Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Tue Jul 29, 2003 4:36 pm
Yah that is odd that it isn't showing Apache there. Well you can check by running this on your running httpd:
strings httpd|grep -i rewrite
You should see something like this:
ap::mod_rewrite::lookup_variable
You could try httpd -l for compiled in modules.
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de ] [en ] [wiki ]
craigster
Nuke Soldier
Joined: Jun 24, 2003
Posts: 26
Posted:
Tue Jul 29, 2003 6:07 pm
how would I do that? I don't have shell access, or should I be doing that command some other way?
thanks
Zhen-Xjell
Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Tue Jul 29, 2003 6:18 pm
No, that's shell access only. How about writing a PHP exec command to run it for you from the browser?
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de ] [en ] [wiki ]
craigster
Nuke Soldier
Joined: Jun 24, 2003
Posts: 26
Posted:
Tue Jul 29, 2003 6:23 pm
Sorry for being a noob to php, but how would I write the html code to execute it in php?
thanks
Zhen-Xjell
Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Tue Jul 29, 2003 6:57 pm
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum