Do you support: Unix Server Apache (with mod_rewrite)??

Status
Not open for further replies.

Wai_Wai

Banned
Messages
284
Reaction score
0
Points
0
Is your web server satisfy this requirement:
- Unix Server Running Apache (with mod_rewrite enabled)

Thanks for your answer.
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Apache version: 1.3.33 (Unix)

And yes, mod_rewrite is able to be used. (I use it on a site of mine)
 

Wai_Wai

Banned
Messages
284
Reaction score
0
Points
0
NedreN said:
Apache version: 1.3.33 (Unix)

And yes, mod_rewrite is able to be used. (I use it on a site of mine)
Thanks for your help.
Indeed, how can I know whether something like (mod_rewrite) is enabled or not?
So I don't need to ask every time in the forum.
 

Richard

Active Member
Messages
2,028
Reaction score
0
Points
36
If you create a php file with the the following command with nothing else.
Code:
<?php phpinfo(); ?>
You then need to call up the file in a browser you can then see all the infomation for php and apache.
 

Wai_Wai

Banned
Messages
284
Reaction score
0
Points
0
Richard said:
If you create a php file with the the following command with nothing else.
Code:
<?php phpinfo(); ?>
You then need to call up the file in a browser you can then see all the infomation for php and apache.
thanks.
You are my life-saver. thanks a lot.
 
Status
Not open for further replies.
Top