Using mod_rewrite with debugger |
Site Admin
|
you're trying to use mod_rewrite which is an Apache feature. Make sure that you're working with Apache server.
You may want to run cmd and type the following command in the console: netstat -naop TCP and check the value shown in PID column for TCP 0.0.0.0:80 0.0.0.0:0 LISTENING line. Note: if your URL contains specific port, like localhost:8080, then you'd check for 0.0.0.0:8080, not 0.0.0.0:80 line. Then open Task Manager, enable pid (process identifier) column and find the program that has this pid. If the program is anything else but Apache, it won't support your mod_rewrite rules. |
||||||||||||
_________________ The PHP IDE team |
|
Thanks Dmitri
I'm using the built in debugger and websever: srv.exe so presumably that's the problem. Charlie |
||||||||||||
|
Site Admin
|
you may want to use NuSphere TechPlatform. It brings Apache and very easy to install
|
||||||||||||
_________________ The PHP IDE team |
|
That looks good I'll look at it now. Presumably I would then use the debugger on the TechPlatform and connect to that form PhpIDE?
|
||||||||||||
|
Site Admin
|
TechPlatform comes with pre-installed debugger, but you may need to update it to more recent version that is shipped with the IDE.
Note, that TP is built with VC9, TS, 32bit. So you'll need VC9 debugger modules. |
||||||||||||
_________________ The PHP IDE team |
|
Thanks for al the help
|
||||||||||||
|
Using mod_rewrite with debugger |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by