Jump to content

Newlines and Tabs


The Little Guy

Recommended Posts

That is what I have been "Trying" to do, here is my htaccess:

 

Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ merge.php?url=$1.php [L,QSA]

 

I have not yet figured out how to remove the newlines and tabs in the php...

 

Here is my other post for doing the php part: http://www.phpfreaks.com/forums/index.php/topic,224535.0.html

 

I still can not figure out how or what the best way to do this is..

Link to comment
https://forums.phpfreaks.com/topic/131748-newlines-and-tabs/#findComment-684685
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.