Moderators: jmacgreg, michael, John, vgabler
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/JOURNAL/$1 [QSA,L]
</IfModule>mj wrote:
The code for making OJS URLs fully RESTful (removing index.php from both links and via mod_rewrite) is already in the current CVS branch, and will be in the next release of OJS, roughly scheduled for April.
mj wrote:
The code for making OJS URLs fully RESTful (removing index.php from both links and via mod_rewrite) is already in the current CVS branch, and will be in the next release of OJS, roughly scheduled for April.
RewriteEngine on
RewriteOptions Inherit
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,L]website.com/ojs/website.com/ojs/[Sun Jan 23 18:56:27 2011] [error] [client 130.126.106.43] File does not exist: /home/webhost/public_html/406.shtml, referer: http://website.com/ojs/?journal=testJournal&page=login&op=signIn base_url[index] = http://www.domain.com
base_url[journal] = http://www.domain.com
restful_urls = Offbase_url[index] = http://host.domain.com
base_url[sandbox] = http://host.domain.com/sandboxbase_url[helloworld] = http://host.domain.com/helloworldforce_login_ssl = OnDocumentRoot /path/to/documentroot
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>Options FollowSymLinks
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^sandbox(.*)$ /index.php/sandbox$1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php/index/$1 [QSA,L]
</IfModule>
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^helloworld(.*)$ /index.php/helloworld$1 [L]Return to OJS Editorial Support and Discussion
Users browsing this forum: No registered users and 3 guests