Added mod_rewrite for nginx module
This commit is contained in:
15
cms/joomla/index.php
Normal file
15
cms/joomla/index.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Joomla - index.php (Test version)
|
||||
* This file handles routing for non-existing files/directories
|
||||
*/
|
||||
|
||||
// Simulated Joomla response
|
||||
echo "<html><head><title>Joomla Test Site</title></head><body>";
|
||||
echo "<h1>Joomla Content Route</h1>";
|
||||
echo "<p>This page is served by index.php via RewriteRule.</p>";
|
||||
echo "<div class='joomla-config'>Joomla Configuration Loaded</div>";
|
||||
echo "</body></html>";
|
||||
|
||||
// Exit
|
||||
exit;
|
||||
Reference in New Issue
Block a user